summaryrefslogtreecommitdiffstats
path: root/command-stubs
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2003-08-12 20:42:20 +0000
committerMike Fulbright <msf@redhat.com>2003-08-12 20:42:20 +0000
commitb14218ee015622c0f1d89ee345c8f64b1716a59f (patch)
treebcc70c04d592a1be9f7525dcfe683a0d543d9751 /command-stubs
parent19b5bfa7a69cce7b5db53e41ca2adbf21404cb86 (diff)
downloadanaconda-b14218ee015622c0f1d89ee345c8f64b1716a59f.tar.gz
anaconda-b14218ee015622c0f1d89ee345c8f64b1716a59f.tar.xz
anaconda-b14218ee015622c0f1d89ee345c8f64b1716a59f.zip
notting tells me xterm isnt supposed to have moved.
Diffstat (limited to 'command-stubs')
-rwxr-xr-xcommand-stubs/rescue-startx-stub2
1 files changed, 1 insertions, 1 deletions
diff --git a/command-stubs/rescue-startx-stub b/command-stubs/rescue-startx-stub
index 0403ba14b..808bce166 100755
--- a/command-stubs/rescue-startx-stub
+++ b/command-stubs/rescue-startx-stub
@@ -9,7 +9,7 @@ import rhpl.xserver as xserver
import rhpl.keyboard as keyboard
# see if its even possible
-if not os.access("/mnt/sysimage/usr/bin/xterm", os.X_OK) or not os.access("/mnt/sysimage/usr/X11R6/bin/twm", os.X_OK):
+if not os.access("/mnt/sysimage/usr/X11R6/bin/xterm", os.X_OK) or not os.access("/mnt/sysimage/usr/X11R6/bin/twm", os.X_OK):
print "Must have mounted an existing installation in rescue mode to work."
sys.exit(0)