summaryrefslogtreecommitdiff
path: root/functions/help.sh
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-11-13 09:00:16 +0100
committerDaniel Baumann <daniel@debian.org>2007-11-13 09:00:16 +0100
commitc8f66ebe90b5c3f6412df288e961305dd69691e2 (patch)
tree39642320dc7066103f17d66f4656274e37ad9dd0 /functions/help.sh
parent9ad970aca24720f1fe7262c4b9d64e010d3bb2e7 (diff)
downloadvyos-live-build-c8f66ebe90b5c3f6412df288e961305dd69691e2.tar.gz
vyos-live-build-c8f66ebe90b5c3f6412df288e961305dd69691e2.zip
Fixed a few bashisms, thanks to Trent W. Buck <trentbuck@gmail.com>.
Diffstat (limited to 'functions/help.sh')
-rwxr-xr-xfunctions/help.sh2
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