diff options
author | midipix <writeonce@midipix.org> | 2015-12-24 23:30:19 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-11-10 23:35:34 -0500 |
commit | 97a3637cfd4a798bcebf0a2079fdcf2bd100c9cb (patch) | |
tree | 3c9d5ab2fa9c964bd81d8e5e0082fa093253ab67 /configure | |
parent | a074570733ae8485d867ffe77827941a2c06afed (diff) | |
download | perk-97a3637cfd4a798bcebf0a2079fdcf2bd100c9cb.tar.bz2 perk-97a3637cfd4a798bcebf0a2079fdcf2bd100c9cb.tar.xz |
whitespace meditation.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -315,7 +315,7 @@ config_copy() \ -e 's^@native_cc@^'"$mb_native_cc"'^g' \ -e 's^@native_os@^'"$mb_native_os"'^g' \ - -e 's^@native_os_bits@^'"$mb_native_os_bits"'^g' \ + -e 's^@native_os_bits@^'"$mb_native_os_bits"'^g' \ -e 's^@native_os_underscore@^'"$mb_native_os_underscore"'^g' \ \ -e 's^@user_cc@^'"$mb_user_cc"'^g' \ |