diff options
author | Daniel Baumann <daniel@debian.org> | 2008-02-27 19:05:35 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2008-02-27 19:05:35 +0100 |
commit | 0472269ef8890d984026a3d9dd04ec66885a8f30 (patch) | |
tree | 582271776e3c2cac60f7fb40d1e9efe22c5b364f /helpers/lh_config | |
parent | 2d88de5ab6ade945ac05b2b8f8e244489da62d9f (diff) | |
download | vyos-live-build-0472269ef8890d984026a3d9dd04ec66885a8f30.tar.gz vyos-live-build-0472269ef8890d984026a3d9dd04ec66885a8f30.zip |
When a wrong argument is passed, that argument should be listed (Closes: #468201).
Diffstat (limited to 'helpers/lh_config')
-rwxr-xr-x | helpers/lh_config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_config b/helpers/lh_config index 40690ea3e..e9ceaac89 100755 --- a/helpers/lh_config +++ b/helpers/lh_config @@ -638,7 +638,7 @@ Local_arguments () ;; *) - Echo_error "internal error" + Echo_error "internal error ${0}" exit 1 ;; esac |