diff options
Diffstat (limited to 'script/handle/make/config')
-rwxr-xr-x | script/handle/make/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/handle/make/config b/script/handle/make/config index d7d11bf1..8795c3ba 100755 --- a/script/handle/make/config +++ b/script/handle/make/config @@ -18,7 +18,7 @@ export LOCALVERSION="-${projectname}-${our_version}" eval "$(setvars "" arch cfgsdir codedir config config_name crossgcc_ada mode \ elfdir listfile project romtype target target_dir targets tree cbfstool)" -tmpclean="$(mktemp -d -t makeclean.XXXXXXXXXX)" || fail "!mkdir tmpclean" +tmpclean="$(mktemp -d -t makeclean.XXXXXXXXXX)" main() { |