diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2009-11-27 15:12:52 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2009-11-27 15:13:43 +0200 |
commit | f0f94cc9df146a016f1d3c3b2d508b3e7336efea (patch) | |
tree | 14607df7d16ccc419bd4df762e7ef8b1838bef16 /scripts | |
parent | 45e4cca1ea3ed5073a54431dbf505e1e252fd678 (diff) | |
download | librpm-tizen-f0f94cc9df146a016f1d3c3b2d508b3e7336efea.tar.gz librpm-tizen-f0f94cc9df146a016f1d3c3b2d508b3e7336efea.tar.bz2 librpm-tizen-f0f94cc9df146a016f1d3c3b2d508b3e7336efea.zip |
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
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/check-buildroot | 2 |
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 } || : |