mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
AMIGAOS: Add ALL switch to makedir
This commit is contained in:
committed by
Le Philousophe
parent
630a58d262
commit
8a35ceddda
@@ -39,7 +39,7 @@ ELSE DO
|
||||
Check for destination path and create it, if needed.
|
||||
*/
|
||||
IF ~EXISTS(install_path'sobjs/') THEN
|
||||
ADDRESS COMMAND 'makedir 'install_path'sobjs'
|
||||
ADDRESS COMMAND 'makedir ALL 'install_path'sobjs'
|
||||
END
|
||||
|
||||
/*
|
||||
@@ -113,7 +113,7 @@ DO WHILE i>0
|
||||
END
|
||||
|
||||
/*
|
||||
AREXX is doing its own cleaning up of open files.
|
||||
AREXX is doing it's own cleaning up of open files.
|
||||
Close the file manually anyway.
|
||||
*/
|
||||
IF ~CLOSE(SO_Read) THEN DO
|
||||
|
||||
Reference in New Issue
Block a user