Skip to content

Commit 103d837

Browse files
committed
Use call and escape the /c
1 parent 582085f commit 103d837

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

installers/build-installers.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function build_nbpackage_on_cmd {
2424
echo ">> Building the NBPackage installer in CMD for $1-$2"
2525

2626
mkdir -p ../dist/installers
27-
cmd.exe /c .\\nbpackage\\bin\\nbpackage.cmd --input ../dist/jmonkeyplatform.zip --config "$1-$2/$3" --output ../dist/installers/ -v -Ppackage.version="$4"
27+
cmd.exe //c call .\\nbpackage\\bin\\nbpackage.cmd --input ../dist/jmonkeyplatform.zip --config "$1-$2/$3" --output ../dist/installers/ -v -Ppackage.version="$4"
2828

2929
echo "<< OK!"
3030
}

0 commit comments

Comments
 (0)