diff --git a/jode/makesnapshot b/jode/makesnapshot index fa2cc99..aa06563 100755 --- a/jode/makesnapshot +++ b/jode/makesnapshot @@ -1,7 +1,7 @@ #!/bin/sh -if [ -e GlobalOptions.java ]; then - echo "Please mode to the jode directory first." +if [ ! -e GlobalOptions.java ]; then + echo "Please cd to the jode directory first." exit 1 fi