long --force option

This commit is contained in:
Eli Barzilay 2010-08-17 21:58:59 -04:00
parent 40daf706ac
commit 219853ac6c

View File

@ -34,7 +34,7 @@ exec "$exe" "$0" "$@"
(unless (directory-exists? dir)
(printf "Creating \"~a\"\n" dir) (make-directory dir))
(set! output-dir dir)]
[("-f")
[("-f" "--force")
"avoid warning about directory cleanup"
(set! warn? #f)]
[("-d" "--dist")