From 605fa687c3a78af2995deb65ee51568e3ffa5507 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Tue, 24 Feb 2015 18:50:20 +0100 Subject: xq: quote $1. --- xq | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xq b/xq index be68aba..1681fec 100755 --- a/xq +++ b/xq @@ -11,7 +11,7 @@ ADDREPO="--repository=hostdir/binpkgs/$BRANCH --repository=../../hostdir/binpkgs/$BRANCH" R= -if [ $1 = -R ]; then +if [ "$1" = -R ]; then R=-R shift fi -- cgit 1.4.1