diff options
author | Zac Medico <zmedico@gentoo.org> | 2007-12-18 03:43:32 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2007-12-18 03:43:32 +0000 |
commit | 50a6109655dce0438d870b7afd2e1f6540211e96 (patch) | |
tree | 4d2a9804e697bb1b623ff8cd11d6648332d9f28e | |
parent | 84a6b4b3d93a33266a77b3f18466dfaa12f19362 (diff) | |
download | portage-50a6109655dce0438d870b7afd2e1f6540211e96.tar.gz portage-50a6109655dce0438d870b7afd2e1f6540211e96.tar.bz2 portage-50a6109655dce0438d870b7afd2e1f6540211e96.zip |
Fix typo: %% -> ##.
svn path=/main/trunk/; revision=8943
-rwxr-xr-x | bin/sed | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ # $Id$ scriptpath=${BASH_SOURCE[0]} -scriptname=${scriptpath%%*/} +scriptname=${scriptpath##*/} if [[ sed == ${scriptname} ]] && [[ -n ${ESED} ]]; then exec ${ESED} "$@" |