stupid bug fixed

git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@963 379699f6-c40d-0410-875b-85095c16579e
stable
jochen 25 years ago
parent 4cc97ada87
commit 6f1b2dcab2
  1. 4
      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

Loading…
Cancel
Save