mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +00:00
df95472c3a
Remove another file which was included in the bkbox patch but is really autogenerated. Add a command to dolastcmp.bat to conditionally delete golast.bat if it exists. Otherwise, the initial CD command which is meant to be written to the file is lost.
5 lines
138 B
Batchfile
5 lines
138 B
Batchfile
IF EXIST %AFSROOT%\golast.bat DEL %AFSROOT%\golast.bat
|
|
ECHO @CD %1 >%AFSROOT%\golast.bat
|
|
echo echo Directory - %1 >>%AFSROOT%\golast.bat
|
|
|