From: Hugo Villeneuve Date: Fri, 28 Nov 2014 05:32:57 +0000 (-0500) Subject: Fix syntax errors in comments X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=5ac37bce4a0292f835f6dced9cde88c7e92223f9;p=hvlinux.git Fix syntax errors in comments --- diff --git a/functions/main b/functions/main index 842a8f7..9e4fc4d 100644 --- a/functions/main +++ b/functions/main @@ -2,8 +2,8 @@ set -o errtrace # Let shell functions inherit ERR trap. set -o errexit -# Don' t locate and remember (hash) commands as they are looked up for -# execution (don' t remember path): +# Don't locate and remember (hash) commands as they are looked up for +# execution (don't remember path): set +h hvtrap_setup()