summaryrefslogtreecommitdiff
path: root/sofort/ccenv/ccenv.sh
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2021-06-05 03:15:05 +0000
committermidipix <writeonce@midipix.org>2021-06-05 03:49:55 +0000
commite8d9720aee89f7f48aecab26740ddc58e65bc884 (patch)
tree0243052efc8eee1a8b1c407d2bd7a53cf310166e /sofort/ccenv/ccenv.sh
parent818703b86edeac32b30a02f41594a19c80d61dde (diff)
downloadapimagic-e8d9720aee89f7f48aecab26740ddc58e65bc884.tar.bz2
apimagic-e8d9720aee89f7f48aecab26740ddc58e65bc884.tar.xz
build system: ccenv: ccenv.in: whitespace meditation.
Diffstat (limited to 'sofort/ccenv/ccenv.sh')
-rw-r--r--sofort/ccenv/ccenv.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/sofort/ccenv/ccenv.sh b/sofort/ccenv/ccenv.sh
index 868ad1a..a52d699 100644
--- a/sofort/ccenv/ccenv.sh
+++ b/sofort/ccenv/ccenv.sh
@@ -1475,10 +1475,10 @@ ccenv_set_cc_switch_vars()
ccenv_switch_var=${ccenv_switch_var%=}
ccenv_switch_var=${ccenv_switch_var%,}
- printf '%-31s = %s\n' "${ccenv_make_var}" "${ccenv_switch_var}" \
+ printf '%-40s= %s\n' "${ccenv_make_var}" "${ccenv_switch_var}" \
>> "$ccenv_mk"
else
- printf '%-31s =\n' "${ccenv_make_var}" \
+ printf '%-40s=\n' "${ccenv_make_var}" \
>> "$ccenv_mk"
fi
done