From 74abdae6ad09c5d349da555bd101da062b45eee5 Mon Sep 17 00:00:00 2001 From: Jay Sorg Date: Thu, 29 Mar 2012 11:52:51 -0700 Subject: [PATCH] xorg: change buildx.sh parameter, added drop for debugging builds --- xorg/X11R7.6/buildx.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xorg/X11R7.6/buildx.sh b/xorg/X11R7.6/buildx.sh index 2e5073e2..ab0b8e66 100755 --- a/xorg/X11R7.6/buildx.sh +++ b/xorg/X11R7.6/buildx.sh @@ -251,6 +251,7 @@ if [ $# -lt 1 ]; then echo "usage: build.sh " echo "usage: build.sh " echo "usage: build.sh default" + echo "usage: build.sh drop - set env and run bash in rdp dir" echo "" exit 1 fi @@ -346,9 +347,8 @@ export X11RDPBASE cd rdp make -if [ $? -ne 0 ]; then +if [ "$2" = "drop" ]; then echo "" - echo "X11rdp make failed" echo "dropping you in dir, type exit to get out" bash exit 1