aboutsummaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-05-05 10:21:10 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-05-05 10:21:10 +0000
commita658bb84e0f5550993a4749a98e7e98d603a6ac9 (patch)
tree76908b12d308d870cdf1ebff510b7ff603512175 /sbin
parent553e19d1804ebb10acf02c9172207bf38c6ed750 (diff)
downloadcommon-data-a658bb84e0f5550993a4749a98e7e98d603a6ac9.tar
common-data-a658bb84e0f5550993a4749a98e7e98d603a6ac9.tar.gz
common-data-a658bb84e0f5550993a4749a98e7e98d603a6ac9.tar.bz2
common-data-a658bb84e0f5550993a4749a98e7e98d603a6ac9.tar.xz
common-data-a658bb84e0f5550993a4749a98e7e98d603a6ac9.zip
no_comment
Diffstat (limited to 'sbin')
-rwxr-xr-xsbin/kdeDesktopCleanup2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/kdeDesktopCleanup b/sbin/kdeDesktopCleanup
index f00e44b..e92ea2c 100755
--- a/sbin/kdeDesktopCleanup
+++ b/sbin/kdeDesktopCleanup
@@ -5,7 +5,7 @@
@dirs = (qw(/etc/skel /root), glob("/home/*"));
@path = split ":", "/sbin:/usr/sbin:/usr/X11R6/bin:/bin:/usr/bin";
-foreach $f (map { grep { /\.kdelnk$/ } all("$_/Desktop") } @dirs) {
+foreach $f (map { grep { /\.kdelnk$/ } eval { all("$_/Desktop") } } @dirs) {
open F, $f or next;
L: foreach (<F>) {
$_ = "Exec=linuxconf" if $f =~ /linuxconf/i; # hack