From 7e2833fda5456e69674a6b5d18d63fed120fe27e Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 28 Mar 2008 12:36:43 +0000 Subject: Fix quoting. (trunk r9489) svn path=/main/branches/2.1.2/; revision=9567 --- bin/doins | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/doins') 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