Remove call to open command (which was only for local testing purposes)

This commit is contained in:
David Capello 2018-12-20 14:02:50 -03:00
parent a4a6af2239
commit 72109b99bb

View File

@ -162,7 +162,6 @@ $ASEPRITE -b -script "$d/compare.lua" || exit 1
d=$t/save-as-without-path
mkdir $d
open $d
oldwd=$(pwd)
cd $d
$ASEPRITE -b -split-layers $oldwd/sprites/abcd.aseprite -save-as issue591.png || exit 1