[asterisk-commits] dsessions: testsuite/bamboo/trunk r1360 - /bamboo/trunk/bin/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Feb 2 14:17:48 CST 2011
Author: dsessions
Date: Wed Feb 2 14:17:44 2011
New Revision: 1360
URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=1360
Log:
Added ;; to fix a case statement in the scf build script.
Modified:
bamboo/trunk/bin/build-asterisk-scf.sh
Modified: bamboo/trunk/bin/build-asterisk-scf.sh
URL: http://svnview.digium.com/svn/testsuite/bamboo/trunk/bin/build-asterisk-scf.sh?view=diff&rev=1360&r1=1359&r2=1360
==============================================================================
--- bamboo/trunk/bin/build-asterisk-scf.sh (original)
+++ bamboo/trunk/bin/build-asterisk-scf.sh Wed Feb 2 14:17:44 2011
@@ -51,6 +51,7 @@
solsparc)
gmake
gmake install
+ ;;
*)
;;
esac
@@ -82,6 +83,7 @@
cmake.
gmake
gmake install
+ ;;
*)
;;
esac
More information about the asterisk-commits
mailing list