[or-cvs] r19960: {translation} make sure the lockfile is deleted after (translation/trunk/tools/gsoc09)

runa at seul.org runa at seul.org
Thu Jul 9 13:50:26 UTC 2009


Author: runa
Date: 2009-07-09 09:50:25 -0400 (Thu, 09 Jul 2009)
New Revision: 19960

Modified:
   translation/trunk/tools/gsoc09/wml2po.sh
Log:
make sure the lockfile is deleted after

Modified: translation/trunk/tools/gsoc09/wml2po.sh
===================================================================
--- translation/trunk/tools/gsoc09/wml2po.sh	2009-07-09 13:33:17 UTC (rev 19959)
+++ translation/trunk/tools/gsoc09/wml2po.sh	2009-07-09 13:50:25 UTC (rev 19960)
@@ -34,7 +34,7 @@
 	exit 1
 fi
 
-trap "rm -f '$LOCKFILE'" exit
+trap "rm -f '$PWD/$LOCKFILE'" exit
 
 # cd to the right directory so we can commit the files later
 cd "$podir"



More information about the tor-commits mailing list