Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
David MacDonald
purr-data
Commits
e221354c
Commit
e221354c
authored
Jul 14, 2017
by
Jonathan Wilkes
Browse files
get os name from msys2's ming64 environment
parent
322398de
Changes
1
Hide whitespace changes
Inline
Side-by-side
l2ork_addons/tar_em_up.sh
View file @
e221354c
...
...
@@ -94,7 +94,7 @@ export TAR_EM_UP_PREFIX=$inst_dir
# to fetch the nwjs binaries below
os
=
`
uname
|
tr
'[:upper:]'
'[:lower:]'
`
if
[[
$os
==
*
"mingw32"
*
]]
;
then
if
[[
$os
==
*
"mingw32"
*
||
$os
==
*
"mingw64"
]]
;
then
os
=
win
fi
if
[[
$os
==
"darwin"
]]
;
then
...
...
Write
Preview
Markdown
is supported
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