mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-01 00:23:35 +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
|
||||
# Ignore this test on Windows because we cannot give * as a parameter (?)
|
||||
echo Do nothing
|
||||
else
|
||||
d=$t/save-as-groups-and-hidden
|
||||
mkdir $d
|
||||
|
Loading…
Reference in New Issue
Block a user