root 2 лет назад
Родитель
Сommit
d7e0e766ae
1 измененных файлов с 2 добавлено и 2 удалено
  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"