From 36bd449ae24cec5b067dbdbe5f679e8ee1ff4096 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 18 Aug 2016 16:37:50 +0200 Subject: drakx-in-chroot: fix typo in Xephyr not found message --- tools/drakx-in-chroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/drakx-in-chroot b/tools/drakx-in-chroot index d0672617d..72f0c705f 100755 --- a/tools/drakx-in-chroot +++ b/tools/drakx-in-chroot @@ -135,7 +135,7 @@ eval { cp_af('/etc/resolv.conf', "$SLASH_LOCATION/etc/resolv.conf") }; } my $Xnest_pid; -my $Xnest_bin = find { whereis_binary($_) } 'Xephyr', 'Xnest' or die "Xephyr not find! Please install x11-server-xephyr!\n"; +my $Xnest_bin = find { whereis_binary($_) } 'Xephyr', 'Xnest' or die "Xephyr not found! Please install x11-server-xephyr!\n"; if (!-f ($SLASH_LOCATION . $AUTO_INSTALL_ROOTED) && $Xnest_bin && join('', @ARGV) !~ /--text/) { my $DISPLAY = ':8'; $Xnest_pid = fork(); -- cgit v1.2.1