From: Zac Medico Date: Fri, 28 Mar 2008 12:36:43 +0000 (-0000) Subject: Fix quoting. (trunk r9489) X-Git-Tag: v2.1.5~323 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7e2833fda5456e69674a6b5d18d63fed120fe27e;p=portage.git Fix quoting. (trunk r9489) svn path=/main/branches/2.1.2/; revision=9567 --- 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