summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2008-05-19 02:09:22 +0000
committerGuillem Jover <guillem@debian.org>2008-05-19 02:09:22 +0000
commit774733fc254bbb455add2b4447538cd41ecee832 (patch)
tree7d7c1a2ca5a641d2f4d8ba254828f186b767a240 /scripts
parent1ad05415a07783ce03fe0b4e94e5a10344aee778 (diff)
downloadinstallation-guide-774733fc254bbb455add2b4447538cd41ecee832.zip
cp-untrans: Use cat instead of echo for --help
The latter does not work with HERE docs on dash.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/cp-untrans2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/cp-untrans b/scripts/cp-untrans
index 199db8640..065be19f4 100755
--- a/scripts/cp-untrans
+++ b/scripts/cp-untrans
@@ -14,7 +14,7 @@ set -e
language=${1:-pl}
if [ "$1" = "--help" ]; then
- echo <<HELP
+ cat <<HELP
Usage: $0 [<language>]
--help print this help message.