diff options
-rwxr-xr-x | xq | 2 |
1 files changed, 1 insertions, 1 deletions
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 |