diff options
author | midipix <writeonce@midipix.org> | 2021-06-05 03:15:05 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-05 03:19:10 +0000 |
commit | b62f97ee5b7762a86165c9777d9f7036ad23ccbd (patch) | |
tree | 472b2f71a7b06f755d2aab8e166a1965c01d908b /sofort/ccenv/ccenv.sh | |
parent | bcea940dc63f8ca11dfd64940f6ac717e781a31a (diff) | |
download | slibtool-b62f97ee5b7762a86165c9777d9f7036ad23ccbd.tar.bz2 slibtool-b62f97ee5b7762a86165c9777d9f7036ad23ccbd.tar.xz |
build system: ccenv: ccenv.in: whitespace meditation.
Diffstat (limited to 'sofort/ccenv/ccenv.sh')
-rw-r--r-- | sofort/ccenv/ccenv.sh | 4 |
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 |