Author: keith Date: Tue Sep 9 07:50:53 2008 New Revision: 21655 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=21655
Log: In some shells it produces sprc instead of sparc. Adding sprc to the case statement Modified: trunk/esb/java/modules/distribution/src/main/bin/wso2-esb-daemon.sh Modified: trunk/esb/java/modules/distribution/src/main/bin/wso2-esb-daemon.sh URL: http://wso2.org/svn/browse/wso2/trunk/esb/java/modules/distribution/src/main/bin/wso2-esb-daemon.sh?rev=21655&r1=21654&r2=21655&view=diff ============================================================================== --- trunk/esb/java/modules/distribution/src/main/bin/wso2-esb-daemon.sh (original) +++ trunk/esb/java/modules/distribution/src/main/bin/wso2-esb-daemon.sh Tue Sep 9 07:50:53 2008 @@ -178,7 +178,7 @@ 'pa_risc' | 'pa-risc') DIST_ARCH="parisc" ;; - 'sun4u' | 'sparcv9') + 'sun4u' | 'sparcv9' | 'sprc') DIST_ARCH="sparc" ;; '9000/800') @@ -569,4 +569,4 @@ ;; esac -exit 0 \ No newline at end of file +exit 0 _______________________________________________ Esb-java-dev mailing list [email protected] http://mailman.wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
