summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2009-11-27 15:12:52 +0200
committerPanu Matilainen <pmatilai@redhat.com>2009-12-02 16:38:25 +0200
commitfb04e4d8104c5566d66efae0d86738fd169b4e0a (patch)
tree6f635d4a02021971a166b8fb05d59354b20eae93
parentdeb1ed475f1cb57a58e270eab1ac35560e691e8a (diff)
downloadrpm-fb04e4d8104c5566d66efae0d86738fd169b4e0a.tar.gz
Remove pointless message translation from check-buildroot
- these scripts aren't processed for translation and unlikely to ever be... - fixes the remaining complaint from ticket #62 (cherry picked from commit f0f94cc9df146a016f1d3c3b2d508b3e7336efea)
-rwxr-xr-xscripts/check-buildroot2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/check-buildroot b/scripts/check-buildroot
index 89a283f25..7b2e6c2e3 100755
--- a/scripts/check-buildroot
+++ b/scripts/check-buildroot
@@ -32,6 +32,6 @@ find "$RPM_BUILD_ROOT" \! \( \
test -s "$tmp" && {
cat "$tmp"
- echo $"Found '$RPM_BUILD_ROOT' in installed files; aborting"
+ echo "Found '$RPM_BUILD_ROOT' in installed files; aborting"
exit 1
} || :