Skip to content

Commit 94d9213

Browse files
committed
2 parents 6c6ab27 + a9f2e94 commit 94d9213

12 files changed

+12
-12
lines changed

image/buildsistareaderimage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh -e
1+
#!/bin/bash -e
22
# Build a Spur image that starts up in a simple REPL, which is
33
# really useful for VMMaker simulation testing.
44
. ./envvars.sh

image/buildspurtrunk64image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh -e
1+
#!/bin/bash -e
22
. ./envvars.sh
33

44
test -f SpurVMMaker.image || ./buildspurtrunkvmmakerimage.sh

image/buildspurtrunkreader64image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh -e
1+
#!/bin/bash -e
22
. ./envvars.sh
33

44
test -f spurreader.image || ./buildspurtrunkreaderimage.sh

image/buildspurtrunkreaderimage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh -e
1+
#!/bin/bash -e
22
# Build a Spur image that starts up in a simple REPL, which is
33
# really useful for VMMaker simulation testing.
44
. ./envvars.sh

image/buildspurtrunkvmmakerimage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh -e
1+
#!/bin/bash -e
22
. ./envvars.sh
33

44
./updatespurimage.sh

image/getGoodCogVM.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh -e
1+
#!/bin/bash -e
22
# Sets the VM env var to the r3692 Cog VM for the current platform.
33
# will download and install the VM in this directory if necessary.
44

image/getGoodSpurNsvm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh -e
1+
#!/bin/bash -e
22
# Sets the VM env var to the r3692 Newspeak Spur VM for the current platform.
33
# will download and install the VM in this directory if necessary.
44

image/getGoodSpurVM.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh -e
1+
#!/bin/bash -e
22
# Sets the VM env var to the r3692 Cog Spur VM for the current platform.
33
# will download and install the VM in this directory if necessary.
44

image/resizesqueakwindow.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh -e
1+
#!/bin/bash -e
22
if [ $# -ne 3 ]; then
33
echo "Usage: `basename $0` <image> <width> <height>"
44
exit 1

image/updatespurimage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh -e
1+
#!/bin/bash -e
22
# Update the latest Spur image.
33
. ./envvars.sh
44

0 commit comments

Comments
 (0)