projects
/
hvlinux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26632be
)
Fix syntax errors in comments
author
Hugo Villeneuve
<hugo@hugovil.com>
Fri, 28 Nov 2014 05:32:57 +0000
(
00:32
-0500)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Fri, 5 Dec 2014 04:44:18 +0000
(23:44 -0500)
functions/main
patch
|
blob
|
history
diff --git
a/functions/main
b/functions/main
index
842a8f7
..
9e4fc4d
100644
(file)
--- 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()