We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 011b7ed commit 4e7f2a7Copy full SHA for 4e7f2a7
build.sh
@@ -83,7 +83,7 @@ _cp(){ cp -af --no-preserve=ownership,mode -- "${@}"; }
83
git(){
84
command git config --global safe.directory "$script_path"
85
command git "$@"
86
- command git config --global --unset safe.directory
+ command git config --global --unset safe.directory "$script_path"
87
}
88
89
0 commit comments