]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- avoid confusion when $NAME is noun
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 15 Feb 2008 00:06:39 +0000 (00:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-find-lang -> 1.30

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.107244 seconds and 4 git commands to generate.