From c91d55c80e603ed8931a6d522b39da8a83fad45a Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 19 Mar 2008 19:49:00 +0000 Subject: Fix quoting. svn path=/main/trunk/; revision=9489 --- bin/doins | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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 -- cgit v1.2.3-1-g7c22