sbin/build/compil.sh
changeset 1033 c20df1c080e6
parent 936 c66260a734ca
child 1034 31fd2904ec57
--- a/sbin/build/compil.sh	Fri Feb 13 16:48:05 2015 +0100
+++ b/sbin/build/compil.sh	Fri Feb 13 16:57:53 2015 +0100
@@ -1,2 +1,3 @@
 #!/bin/sh
-sh ../res/ant/bin/ant -f client.xml
+DIR=$(dirname $0)
+sh ${DIR}/../res/ant/bin/ant -f ${DIR}/client.xml