gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r13358 - gnunet/bin


From: gnunet
Subject: [GNUnet-SVN] r13358 - gnunet/bin
Date: Fri, 22 Oct 2010 10:26:04 +0200

Author: safey
Date: 2010-10-22 10:26:04 +0200 (Fri, 22 Oct 2010)
New Revision: 13358

Modified:
   gnunet/bin/jtb
Log:
jtb script checks for the existence of the syntax tree hierarchy before 
creating it.

Modified: gnunet/bin/jtb
===================================================================
--- gnunet/bin/jtb      2010-10-21 21:45:23 UTC (rev 13357)
+++ gnunet/bin/jtb      2010-10-22 08:26:04 UTC (rev 13358)
@@ -3,6 +3,8 @@
 MYDIR=`dirname $0`
 JTB_JAR=`echo ${MYDIR}/../contrib/jtb.jar`
 cd "$@"
-mkdir -p org/gnunet/seaspider/parser
+if [ -d "org/gnunet/seaspider/parser" ]; then
+       mkdir -p org/gnunet/seaspider/parser
+fi     
 cd org/gnunet/seaspider/parser 
 java -jar $JTB_JAR -printer -jd -np org.gnunet.seaspider.parser.nodes -vp 
org.gnunet.seaspider.parser.visitors -o C.out.jj "$@/C.jj"
\ No newline at end of file




reply via email to

[Prev in Thread] Current Thread [Next in Thread]