[seam-commits] Seam SVN: r12235 - build/trunk.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Fri Mar 19 18:50:31 EDT 2010
Author: dan.j.allen
Date: 2010-03-19 18:50:30 -0400 (Fri, 19 Mar 2010)
New Revision: 12235
Modified:
build/trunk/checkout.sh
Log:
be compliant with /bin/sh
Modified: build/trunk/checkout.sh
===================================================================
--- build/trunk/checkout.sh 2010-03-19 11:57:38 UTC (rev 12234)
+++ build/trunk/checkout.sh 2010-03-19 22:50:30 UTC (rev 12235)
@@ -116,7 +116,7 @@
esac
done
-if [[ "$#" -eq "0" ]]
+if [ "$#" -eq "0" ]
then
work;
fi
More information about the seam-commits
mailing list