From: Zac Medico Date: Tue, 18 Dec 2007 03:43:32 +0000 (-0000) Subject: Fix typo: %% -> ##. X-Git-Tag: v2.2_pre1~169 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=50a6109655dce0438d870b7afd2e1f6540211e96;p=portage.git Fix typo: %% -> ##. svn path=/main/trunk/; revision=8943 --- diff --git a/bin/sed b/bin/sed index 27d6900b4..fa485ea84 100755 --- a/bin/sed +++ b/bin/sed @@ -4,7 +4,7 @@ # $Id$ scriptpath=${BASH_SOURCE[0]} -scriptname=${scriptpath%%*/} +scriptname=${scriptpath##*/} if [[ sed == ${scriptname} ]] && [[ -n ${ESED} ]]; then exec ${ESED} "$@"