summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2019-10-17 11:20:23 +0000
committermidipix <writeonce@midipix.org>2019-10-17 11:22:01 +0000
commit9cdade21092b0350e4abac706060340ba315bf7d (patch)
treef8a0301ede0295f0afff27225f48b54eee56c8fa
parent24117101c25893aaf73191e0d66e21ca22f5d1c9 (diff)
downloadmdso-9cdade21092b0350e4abac706060340ba315bf7d.tar.bz2
mdso-9cdade21092b0350e4abac706060340ba315bf7d.tar.xz
build system: ccenv.sh: ccenv_output_defs(): refactor for style consistency.
-rw-r--r--sofort/ccenv/ccenv.sh3
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" \