From: micah Date: Tue, 24 Jun 2008 20:31:58 +0000 (+0000) Subject: fix missing which that intrigeri saw X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fupstream%2Fbackupninja.git;a=commitdiff_plain;h=af7eadd6bffa3d8f73a182c2018c6b35410e5eb7 fix missing which that intrigeri saw git-svn-id: http://code.autistici.org/svn/backupninja/trunk@581 758a04ac-41e6-0310-8a23-8373a73cc35d --- diff --git a/handlers/sys.in b/handlers/sys.in index cf4d77e..d88d34c 100755 --- a/handlers/sys.in +++ b/handlers/sys.in @@ -54,7 +54,7 @@ then getconf packagemgr `which dpkg` getconf packagemgroptions ' --get-selections *' getconf selectionsfile $parentir/debconfsel.txt - getconf debconfgetselections `debconf-get-selections` + getconf debconfgetselections `which debconf-get-selections` elif [ $os = "redhat" ] then getconf packagesfile $parentdir/rpmpackages.txt