From 8e7d12ff50cbe57ebe4d429affbd4d63deb7ba66 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Sat, 8 Oct 2016 02:02:07 +0000 Subject: [PATCH] buildx.sh: "clean" is a constant string, not a semantic variable --- xorg/X11R7.6/buildx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xorg/X11R7.6/buildx.sh b/xorg/X11R7.6/buildx.sh index 3b8e0acd..0ae62a34 100755 --- a/xorg/X11R7.6/buildx.sh +++ b/xorg/X11R7.6/buildx.sh @@ -198,7 +198,7 @@ count=0 if [ $# -lt 1 ]; then echo "" echo "usage: buildx.sh " - echo "usage: buildx.sh " + echo "usage: buildx.sh clean" echo "usage: buildx.sh default" echo "usage: buildx.sh drop - set env and run bash in rdp dir" echo ""