From kde-devel Thu Aug 23 14:02:40 2001 From: Roland Riegel Date: Thu, 23 Aug 2001 14:02:40 +0000 To: kde-devel Subject: Re: Config file eating with recent kdelibs X-MARC-Message: https://marc.info/?l=kde-devel&m=99857559214227 Am Donnerstag, 23. August 2001 15:29 schrieb Mark Deneen: > My guess is that you do not have ${konq_sm_file...} defined, so the line > is really doing: > > rm -f  "{$kdehome}"/share/config/ > > which removes the whole directory. This is what I am wondering about: rm with the -f flag normally doesn't remove directories, only if you add -r. This is correct for me, the warning I reported about earlier comes from this fact. But why does Michael's rm behave differently and remove the dir? Roland -- Linux version 2.4.9 SuSE Linux 7.2 (i386) KDE: 2.2 QT: 2.3.1 XFree86: 4.1.0 Registered Linux user #214199 (see http://counter.li.org) Homepage: http://www.roland-riegel.de >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<