From: Zac Medico Date: Wed, 19 Mar 2008 19:49:00 +0000 (-0000) Subject: Fix quoting. X-Git-Tag: v2.2_pre5~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c91d55c80e603ed8931a6d522b39da8a83fad45a;p=portage.git Fix quoting. svn path=/main/trunk/; revision=9489 --- diff --git a/bin/doins b/bin/doins index e9404a77c..a4f5ee22f 100755 --- a/bin/doins +++ b/bin/doins @@ -53,7 +53,7 @@ for x in "$@" ; do while [ "$x" != "${x%/}" ] ; do x=${x%/} done - if [ $x = "${x%/*}" ] ; then + if [ "$x" = "${x%/*}" ] ; then pushd "$PWD" >/dev/null else pushd "${x%/*}" >/dev/null