shims/sed: fix style inconsistencies
This commit is contained in:
parent
85c0b594ad
commit
2a943d0ad2
@ -1,7 +1,9 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
if [[ $HOMEBREW_CCCFG == *s* ]]; then
|
|
||||||
|
if [[ "$HOMEBREW_CCCFG" = *s* ]]
|
||||||
|
then
|
||||||
# Fix issue with sed barfing on unicode characters on Mountain Lion
|
# Fix issue with sed barfing on unicode characters on Mountain Lion
|
||||||
unset LC_ALL
|
unset LC_ALL
|
||||||
export LC_CTYPE='C'
|
export LC_CTYPE="C"
|
||||||
fi
|
fi
|
||||||
exec /usr/bin/sed "$@"
|
exec /usr/bin/sed "$@"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user