Browse Source

Updated picodrive.sh

root 2 years ago
parent
commit
d7e0e766ae
1 changed files with 2 additions and 2 deletions
  1. 2 2
      picodrive.sh

+ 2 - 2
picodrive.sh

@@ -1,8 +1,8 @@
 #!/bin/sh
-# Check md5 of the PicoDrive binary in /usr/games
+# Compare md5 of the PicoDrive binary in /usr/games with the OPK one
 if [ `md5sum /usr/games/PicoDrive | cut -d' ' -f1` != `md5sum PicoDrive | cut -d' ' -f1` ]; then
 	rw
 	cp -f PicoDrive /usr/games
 	ro
 fi
-	./PicoDrive "$1"
+exec /usr/games/PicoDrive "$1"