diff options
author | Daniel Baumann <daniel@debian.org> | 2007-11-13 09:00:16 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 18:22:29 +0100 |
commit | 0e2e348b5315cc307548c15029bd369ece41a02f (patch) | |
tree | 39642320dc7066103f17d66f4656274e37ad9dd0 /functions/help.sh | |
parent | 02a9e7166785d11aa030383fdf3ec720bd73b69e (diff) | |
download | vyos-live-build-0e2e348b5315cc307548c15029bd369ece41a02f.tar.gz vyos-live-build-0e2e348b5315cc307548c15029bd369ece41a02f.zip |
Fixed a few bashisms, thanks to Trent W. Buck <trentbuck@gmail.com>.
Diffstat (limited to 'functions/help.sh')
-rwxr-xr-x | functions/help.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/help.sh b/functions/help.sh index 0748ab201..11ee89051 100755 --- a/functions/help.sh +++ b/functions/help.sh @@ -18,7 +18,7 @@ Help () if [ -n "${USAGE}" ] then - echo -e "${USAGE}" + /bin/echo -e "${USAGE}" echo fi |