mirror of
https://github.com/octoleo/hosts.git
synced 2025-02-06 20:38:26 +00:00
Improve comment in $_SED_I_COMMAND
assignment.
This commit is contained in:
parent
47b5d51fa3
commit
1e6af9b309
2
hosts
2
hosts
@ -76,7 +76,7 @@ export _TAB_SPACE_CC_="[${_TAB_SPACE_}]"
|
|||||||
if sed --help >/dev/null 2>&1
|
if sed --help >/dev/null 2>&1
|
||||||
then # GNU
|
then # GNU
|
||||||
export _SED_I_COMMAND=(sed -i)
|
export _SED_I_COMMAND=(sed -i)
|
||||||
else # macOS
|
else # BSD
|
||||||
export _SED_I_COMMAND=(sed -i '')
|
export _SED_I_COMMAND=(sed -i '')
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user