fix missing which that intrigeri saw
[matthijs/upstream/backupninja.git] / handlers / sys.in
index cf4d77e756263e9097cd8b5419745e15ba1cbc3c..d88d34c3d037a20580cc93f82a8c0296e40b17e0 100755 (executable)
@@ -54,7 +54,7 @@ then
    getconf packagemgr   `which dpkg`
    getconf packagemgroptions ' --get-selections *'
    getconf selectionsfile $parentir/debconfsel.txt
    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 
 elif [ $os = "redhat" ]
 then
    getconf packagesfile  $parentdir/rpmpackages.txt