1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2026-05-06 13:40:01 +00:00

[#85] Always call builtin hash

This commit is contained in:
Sorin Ionescu
2012-04-02 12:56:08 -04:00
parent ac43866f1d
commit 57efc55533
+1 -1
View File
@@ -56,7 +56,7 @@ function __gnu_utils {
# functions have to be wrapped.
#
if (( $+commands[$gcmd] )); then
hash "$gcmd[2,-1]"="$commands[$gcmd]"
builtin hash "$gcmd[2,-1]"="$commands[$gcmd]"
fi
done