Fix a few shellisms, configure for Z80 traditional and ANSI C only
[Ack-5.5.git] / first / first
index 430034d..b8d33f6 100755 (executable)
@@ -19,16 +19,16 @@ fi
 export E_FLAG E_SFX
 
 echo check write-ability of /tmp and /usr/tmp ...
-if ( >/usr/tmp/aaax.$$ )
+if ( >/usr/tmp/aaax.__ )
 then
-       rm /usr/tmp/aaax.$$
+       rm /usr/tmp/aaax.__
 else
        echo /usr/tmp must exist and be writable.
        exit 2
 fi
-if ( >/tmp/aaax.$$ )
+if ( >/tmp/aaax.__ )
 then
-       rm /tmp/aaax.$$
+       rm /tmp/aaax.__
 else
        echo /tmp must exist and be writable.
        exit 2