Skip to content

Commit

Permalink
Allows aliases to be expanded
Browse files Browse the repository at this point in the history
  • Loading branch information
nkakouros authored Nov 18, 2018
1 parent 565bcda commit c0f6f7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go-core.bash
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ declare _GO_INJECT_MODULE_PATH="$_GO_INJECT_MODULE_PATH"
esac

if [email protected]_builtin 'aliases' --exists "$cmd"; then
"$cmd" "$@"
eval "$cmd" "$@"
return
fi

Expand Down

0 comments on commit c0f6f7a

Please sign in to comment.