Skip to content

Commit 76efe60

Browse files
committed
FEAT: Set default SISKIN_INSTALL and SISKIN_TEMP directories as environment variables
1 parent 2433f3e commit 76efe60

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tree/rebol/Siskin/siskin.reb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,8 @@ do-args: closure/with [
327327
]
328328

329329
change-dir root-dir: system/options/path
330+
unless get-env 'SISKIN_INSTALL [ add-env 'SISKIN_INSTALL root-dir/install ]
331+
unless get-env 'SISKIN_TEMP [ add-env 'SISKIN_TEMP root-dir/temp ]
330332

331333
if debug? [?? args]
332334
if all [string? args empty? args][args: none]

0 commit comments

Comments
 (0)