Skip to content
Snippets Groups Projects
Commit 64af0808 authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

BF: typo

parent 485ff50b
No related branches found
No related tags found
1 merge request!12Rf/createwrapper macos
Pipeline #9463 passed
......@@ -109,7 +109,7 @@ for script in $targets; do
fi
# Preserve file permissions
if [[ "$OSTYPE" == "darwin"* ]]: then
if [[ "$OSTYPE" == "darwin"* ]]; then
perms=$(stat -f "%A" "$sourceScript")
chmod ${perms} "$targetScript"
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment