mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-05 21:57:20 +00:00
Fix syntax error in save-as.sh
This commit is contained in:
parent
eb8e12c94a
commit
5018d156bd
@ -179,6 +179,7 @@ cd $oldwd
|
|||||||
|
|
||||||
if [[ "$(uname)" =~ "MINGW" ]] || [[ "$(uname)" =~ "MSYS" ]] ; then
|
if [[ "$(uname)" =~ "MINGW" ]] || [[ "$(uname)" =~ "MSYS" ]] ; then
|
||||||
# Ignore this test on Windows because we cannot give * as a parameter (?)
|
# Ignore this test on Windows because we cannot give * as a parameter (?)
|
||||||
|
echo Do nothing
|
||||||
else
|
else
|
||||||
d=$t/save-as-groups-and-hidden
|
d=$t/save-as-groups-and-hidden
|
||||||
mkdir $d
|
mkdir $d
|
||||||
|
Loading…
Reference in New Issue
Block a user