diff options
author | midipix <writeonce@midipix.org> | 2019-10-17 11:20:23 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-10-17 11:22:01 +0000 |
commit | 56f64da20d450d0a37fa6a0ef9fdad2a85ae940c (patch) | |
tree | f4ee2f8464c4b4345907d1447a08d5742c43201c | |
parent | ac3021ee74d06a72170620beff034679f36dbe2a (diff) | |
download | ntcon-56f64da20d450d0a37fa6a0ef9fdad2a85ae940c.tar.bz2 ntcon-56f64da20d450d0a37fa6a0ef9fdad2a85ae940c.tar.xz |
build system: ccenv.sh: ccenv_output_defs(): refactor for style consistency.
-rw-r--r-- | sofort/ccenv/ccenv.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sofort/ccenv/ccenv.sh b/sofort/ccenv/ccenv.sh index 4ffd4df..5454d03 100644 --- a/sofort/ccenv/ccenv.sh +++ b/sofort/ccenv/ccenv.sh @@ -969,6 +969,7 @@ ccenv_output_defs() { ccenv_in="$mb_project_dir/sofort/ccenv/ccenv.in" ccenv_mk="$mb_pwd/ccenv/$ccenv_cfgtype.mk" + ccenv_tmp= if [ "$ccenv_cc_binfmt" = 'PE' ]; then ccenv_pe="$mb_project_dir/sofort/ccenv/pedefs.in" @@ -990,7 +991,7 @@ ccenv_output_defs() ccenv_in="$ccenv_tmp" else - unset ccenv_tmp || : + unset ccenv_tmp fi ccenv_vars=$(cut -d'=' -f1 "$mb_project_dir/sofort/ccenv/ccenv.vars" \ |