Parcourir la source

Updated picodrive.sh

root il y a 2 ans
Parent
commit
d7e0e766ae
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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"