AMIGAOS: Add ALL switch to makedir

This commit is contained in:
Hubert Maier
2021-05-01 18:03:13 +02:00
committed by Le Philousophe
parent 630a58d262
commit 8a35ceddda
+2 -2
View File
@@ -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