summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2010-03-18 23:54:33 +0000
committerJon TURNEY <jon.turney@dronecode.org.uk>2010-03-18 23:54:33 +0000
commitf354b248bf8bf4f28a51106b96d49301d0b4fae7 (patch)
treeb0384bfe3bdff61e35b3c75fd2619a73c4996bda
parent3320529f397360a11d02b5a071b081d2ccafd0e2 (diff)
Don't need to set the PATH, jhbuild has already added prefix/bin to it
Start sleep rather than true
-rwxr-xr-xstartup.sh9
1 files changed, 2 insertions, 7 deletions
diff --git a/startup.sh b/startup.sh
index 1495361..22386a5 100755
--- a/startup.sh
+++ b/startup.sh
@@ -1,7 +1,2 @@
-#!/bin/sh -x
-echo startup test
-export PATH=`pwd`/../../install/bin:$PATH
-# this link isn't made by XWin install, presently...
-ln -sf /opt/wip/jhbuild/install/bin/XWin.exe /opt/wip/jhbuild/install/bin/X
-exec startx /bin/true -- :99
-exit 0
+#!/bin/sh
+exec startx /usr/bin/sleep 1 -- :99