diff options
Diffstat (limited to 'bin/sed')
-rwxr-xr-x | bin/sed | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ scriptpath="${BASH_SOURCE[0]}" if [[ -n ${ESED} ]]; then exec ${ESED} "$@" -elif type -p gsed > /dev/null ; then +elif type -P gsed > /dev/null ; then exec gsed "$@" else old_IFS="${IFS}" |