summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMichal Čihař <nijel@debian.org>2014-12-30 11:55:15 +0100
committerPanu Matilainen <pmatilai@redhat.com>2020-01-14 12:37:41 +0200
commita34eb6b6caa5b72657995ba4f5b7d18d8b05fb1f (patch)
treeed28274aecfed9f7fc5a05ddb6d4638042957c52 /scripts
parentf3d476753b52cd2ef67494b1d9cf5af150d83b28 (diff)
downloadrpm-a34eb6b6caa5b72657995ba4f5b7d18d8b05fb1f.tar.gz
Drop bash-specific message translation from check-rpaths
Message translation in scripts via $-prefix is bash-specific, but check-rpaths is a /bin/sh script, drop the bashism. There are no translations anyway so this is a no-op for all practial purposes. Originally reported and fixed in Debian (DebBug:772404)
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/check-rpaths2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/check-rpaths b/scripts/check-rpaths
index c3d860050..089e43c00 100755
--- a/scripts/check-rpaths
+++ b/scripts/check-rpaths
@@ -17,7 +17,7 @@
test -z "$QA_SKIP_RPATHS" || {
- echo $"WARNING: '\$QA_SKIP_RPATHS' is obsoleted by 'QA_RPATHS=[0-7]'" >&2
+ echo "WARNING: '\$QA_SKIP_RPATHS' is obsoleted by 'QA_RPATHS=[0-7]'" >&2
exit 0
}