diff options
-rwxr-xr-x | bin/sed | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ # Copyright 2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -scriptpath=$_ +scriptpath="${BASH_SOURCE[0]}" if [[ -n ${ESED} ]]; then exec ${ESED} "$@" |