diff options
-rw-r--r-- | ymir.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -898,7 +898,7 @@ in rec { | |||
898 | [[ $? -eq 0 ]] || exit 0 | 898 | [[ $? -eq 0 ]] || exit 0 |
899 | 899 | ||
900 | git() { | 900 | git() { |
901 | $(whence -cp git) -C ''${repository} ${@} | 901 | $(whence -cp git) -C ''${repository} ''${@} |
902 | } | 902 | } |
903 | 903 | ||
904 | typeset -a changeSet | 904 | typeset -a changeSet |