diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-12-10 00:30:20 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-12-10 00:30:20 +0000 |
commit | 5cf96a57a8142ff109395a98328d70f912f0de55 (patch) | |
tree | bb08dfadb9288f918c84d66b064df6ded2d1b6a5 /tools/drakx-in-chroot | |
parent | 3ac1b6096df825fc8dea2eae3bd3b409cf459a86 (diff) | |
download | drakx-5cf96a57a8142ff109395a98328d70f912f0de55.tar drakx-5cf96a57a8142ff109395a98328d70f912f0de55.tar.gz drakx-5cf96a57a8142ff109395a98328d70f912f0de55.tar.bz2 drakx-5cf96a57a8142ff109395a98328d70f912f0de55.tar.xz drakx-5cf96a57a8142ff109395a98328d70f912f0de55.zip |
perl_checker cleanup
Diffstat (limited to 'tools/drakx-in-chroot')
-rwxr-xr-x | tools/drakx-in-chroot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/drakx-in-chroot b/tools/drakx-in-chroot index 4c4e2ec99..ac7d98ddf 100755 --- a/tools/drakx-in-chroot +++ b/tools/drakx-in-chroot @@ -130,7 +130,7 @@ eval { cp_af($_, "$SLASH_LOCATION$_") } foreach qw(/etc/resolv.conf); my $Xnest_pid; my $Xnest_bin = find { whereis_binary($_) } 'Xephyr', 'Xnest'; -if (!-f ($SLASH_LOCATION . $AUTO_INSTALL_ROOTED) && $Xnest_bin && (join('', @ARGV) !~ /--text/)) { +if (!-f ($SLASH_LOCATION . $AUTO_INSTALL_ROOTED) && $Xnest_bin && join('', @ARGV) !~ /--text/) { my $DISPLAY = ':8'; $Xnest_pid = fork(); if (!$Xnest_pid) { |