fixed compiled sprites
[dosdemo] / tools / scripts / pceminst
index 30244e2..c0e8660 100755 (executable)
@@ -7,7 +7,7 @@
 mntpt=/pcem_dos
 do_umount=false
 
-if ! ( mount | grep pcem ); then
+if ! ( mount | grep pcem >/dev/null ); then
        mount $mntpt || exit 1
        do_umount=true
 fi