We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2433f3e commit 76efe60Copy full SHA for 76efe60
tree/rebol/Siskin/siskin.reb
@@ -327,6 +327,8 @@ do-args: closure/with [
327
]
328
329
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 ]
332
333
if debug? [?? args]
334
if all [string? args empty? args][args: none]
0 commit comments