From 213e385df136bdea70f5edfcbb85336120c87c96 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 22 Feb 2000 12:14:20 +0000 Subject: no_comment --- perl-install/keyboard.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/keyboard.pm') diff --git a/perl-install/keyboard.pm b/perl-install/keyboard.pm index eb67ddb61..81f4fc9db 100644 --- a/perl-install/keyboard.pm +++ b/perl-install/keyboard.pm @@ -209,7 +209,7 @@ sub xmodmap_file { run_program::run("extract_archive", "/usr/share/xmodmap.cz2", '/tmp', "xmodmap.$keyboard"); $f = "/tmp/xmodmap.$keyboard"; } - $f; + -e $f && $f; } sub setup($) { -- cgit v1.2.1