diff options
author | Guillem Jover <guillem@debian.org> | 2008-05-19 02:09:22 +0000 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2008-05-19 02:09:22 +0000 |
commit | 774733fc254bbb455add2b4447538cd41ecee832 (patch) | |
tree | 7d7c1a2ca5a641d2f4d8ba254828f186b767a240 /scripts | |
parent | 1ad05415a07783ce03fe0b4e94e5a10344aee778 (diff) | |
download | installation-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-x | scripts/cp-untrans | 2 |
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. |