]> git.pld-linux.org Git - packages/rpm.git/blobdiff - rpm-find-lang
- avoid confusion when $NAME is noun
[packages/rpm.git] / rpm-find-lang
index dd034d59914d349205dc1a80fffca4a9131a7df7..bf84b34ebd3ed9663fcf146672c67d0cc47061ad 100644 (file)
@@ -78,7 +78,7 @@ else
 fi
 shift
 
-echo "$PROG $VERSION: find-lang for $NAME"
+echo "$PROG $VERSION: find-lang for '$NAME'"
 
 GNOME='#'
 KDE='#'
@@ -211,6 +211,6 @@ s:%lang(C) ::' >> $MO_NAME
 s:%lang(C) ::' >> $MO_NAME
 
 if [ "$(egrep -v '(^%defattr|^$)' $MO_NAME | wc -l)" -le 0 ]; then
-       echo >&2 "Error: international files not found for $NAME!"
+       echo >&2 "$PROG: Error: international files not found for '$NAME'!"
        exit 1
 fi
This page took 0.044053 seconds and 4 git commands to generate.