Skip to content

Commit

Permalink
Print a message at the end of loading a Woden 2 image.
Browse files Browse the repository at this point in the history
  • Loading branch information
ronsaldo committed Feb 23, 2017
1 parent 7ef9787 commit 8f58b28
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion loadWoden2Image32.sh
Expand Up @@ -8,4 +8,6 @@ if test "$SOURCE_IMAGE_NAME" = ""; then
SOURCE_IMAGE_NAME="Pharo.image"
fi

execVM $SOURCE_IMAGE_NAME st $WODEN2_SRC_TOP/scripts/LoadRepositories.st
execVM $SOURCE_IMAGE_NAME st $WODEN2_SRC_TOP/scripts/LoadRepositories.st || exit 1
echo "Done loading image $SOURCE_IMAGE_NAME with Woden2"

4 changes: 3 additions & 1 deletion loadWoden2Image64.sh
Expand Up @@ -8,4 +8,6 @@ if test "$SOURCE_IMAGE_NAME" = ""; then
SOURCE_IMAGE_NAME="Pharo64.image"
fi

execVM $SOURCE_IMAGE_NAME st $WODEN2_SRC_TOP/scripts/LoadRepositories.st
execVM $SOURCE_IMAGE_NAME st $WODEN2_SRC_TOP/scripts/LoadRepositories.st || exit 1
echo "Done loading image $SOURCE_IMAGE_NAME with Woden2"

0 comments on commit 8f58b28

Please sign in to comment.