Browse Source

Fix quoting for *.po dflags. Bash issue?

Andrew V. Samoilov 22 years ago
parent
commit
481038b9b4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      maint/ldiff

+ 1 - 1
maint/ldiff

@@ -15,7 +15,7 @@ for oldfile in $backup_files; do
     { newfile="/dev/null"; newlabel="/dev/null"; }
   case $newfile in
     *.c) dflags="-u -p" ;;
-    *.po) dflags="-u1 -I'^#[:,.~]'";;
+    *.po) dflags='-u1 -I^#[:,.~]';;
     *ChangeLog*) dflags="-u1" ;;
     *) dflags="-u" ;;
   esac