[Libreoffice-commits] .: bin/create-tags
Cédric Bosdonnat
cbosdo at kemper.freedesktop.org
Fri Oct 15 05:38:04 PDT 2010
bin/create-tags | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 9a06016b3fa32c12c5e0627b5fd215d1fc0344fb
Author: Cédric Bosdonnat <cedricbosdo at openoffice.org>
Date: Fri Oct 15 14:39:39 2010 +0200
Fixed typo in create-tags
diff --git a/bin/create-tags b/bin/create-tags
index fe20241..22d8ccd 100755
--- a/bin/create-tags
+++ b/bin/create-tags
@@ -5,7 +5,7 @@ current_dir=`basename $PWD`
# Don't create the tags file in rawbuild: due to the links the editor
# (at least Vim) will most likely consider to be in clone/repo folder.
-if [ "$curren_dir" = "rawbuild" ]; then
+if [ "$current_dir" = "rawbuild" ]; then
cd ../clone
fi
More information about the Libreoffice-commits
mailing list