diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-26 14:26:00 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-26 14:26:00 +0000 |
commit | a62e26c092b009a57b715967903380270bfe64f3 (patch) | |
tree | 95f1502a5f5f6a1d4bde829b540241edb4a5dc2e /move/tree | |
parent | 78ab4a427f77dd88c6d793bae2f9f953e556c3b7 (diff) | |
download | drakx-a62e26c092b009a57b715967903380270bfe64f3.tar drakx-a62e26c092b009a57b715967903380270bfe64f3.tar.gz drakx-a62e26c092b009a57b715967903380270bfe64f3.tar.bz2 drakx-a62e26c092b009a57b715967903380270bfe64f3.tar.xz drakx-a62e26c092b009a57b715967903380270bfe64f3.zip |
make it work
Diffstat (limited to 'move/tree')
-rwxr-xr-x | move/tree/wait4x | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/move/tree/wait4x b/move/tree/wait4x index e8c2cfaba..40655e94c 100755 --- a/move/tree/wait4x +++ b/move/tree/wait4x @@ -10,7 +10,7 @@ print "waiting for X"; foreach (1..30) { print "."; sleep 1; - print("no X server :(\n"), exit 1 if !fuzzy_pidofs(qr/\b$_[0]\b/); + print("no X server :(\n"), exit 1 if !fuzzy_pidofs(qr/\bX_move\b/); $nb++ if c::Xtest(':0'); if ($nb > 2) { #- one succeeded test is not enough :-( print "found\n"; |