]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Really remove the temporary directory after use.
authorBruno Haible <bruno@clisp.org>
Mon, 19 Sep 2005 16:13:47 +0000 (16:13 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:12:51 +0000 (12:12 +0200)
gettext-tools/misc/ChangeLog
gettext-tools/misc/autopoint.in
gettext-tools/misc/gettextize.in

index 30e266b2a5d94226469ba7afe3a37a5bc00530a0..a13287c0fad74dfd2e70e60a1338b7c8b92dd5b9 100644 (file)
@@ -1,3 +1,9 @@
+2005-09-18  Bruno Haible  <bruno@clisp.org>
+
+       * autopoint.in (func_find_curr_installdir): Really remove the temporary
+       directory after use.
+       * gettextize.in (func_find_curr_installdir): Likewise.
+
 2005-08-26  Bruno Haible  <bruno@clisp.org>
 
        * po-mode.el (po-team-name-to-code): Add support for Old English,
index 93014beebfd0baaa028d3880ff27b80cad478d61..71f89478fa7c815a9e472c647023c3f4091deebf 100644 (file)
@@ -79,7 +79,7 @@ func_find_curr_installdir ()
         else
           PATH_SEPARATOR=:
         fi
-        rm -f "$tmp"
+        rm -rf "$tmp"
       fi
       save_IFS="$IFS"; IFS="$PATH_SEPARATOR"
       for dir in $PATH; do
index dca7e7dbe5718733ef887709cfad68c9d7335379..b9f29981a04297654262184e29d18f0e47da7fc3 100644 (file)
@@ -79,7 +79,7 @@ func_find_curr_installdir ()
         else
           PATH_SEPARATOR=:
         fi
-        rm -f "$tmp"
+        rm -rf "$tmp"
       fi
       save_IFS="$IFS"; IFS="$PATH_SEPARATOR"
       for dir in $PATH; do