Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Roman Haefeli
netpd-app-builder
Commits
3f1f33e6
Commit
3f1f33e6
authored
Jun 05, 2020
by
Roman Haefeli
Browse files
add missing quotes
parent
eed1d11e
Changes
1
Show whitespace changes
Inline
Side-by-side
build.sh
View file @
3f1f33e6
...
...
@@ -93,5 +93,5 @@ function fail {
scp
"
${
app_name
}
-
${
app_version
}
.dmg"
netpd.org:public_html/.
||
fail
# clean up
rm
-r
"
${
work_dir
}
"
${
app_name
}
-
${
app_version
}
.dmg
"
rm
-r
"
${
work_dir
}
"
"
${
app_name
}
-
${
app_version
}
.dmg"
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment