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:50:03 +0000
commit762c4f04d8a3723b01756960fa6280ab7300eb9e (patch)
tree7dc45bd3914286bfc04538895388addf6c7ba464 /sofort/ccenv/ccenv.sh
parentb45d1fcea744aa7845e45379356070090a653fd0 (diff)
downloadsltdl-762c4f04d8a3723b01756960fa6280ab7300eb9e.tar.bz2
sltdl-762c4f04d8a3723b01756960fa6280ab7300eb9e.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