aboutsummaryrefslogtreecommitdiff
path: root/handlers/sys.in
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2008-06-24 20:31:58 +0000
committerMicah Anderson <micah@riseup.net>2008-06-24 20:31:58 +0000
commitb499255f8a56ce3b95c2a52b8b209ae8b657bd64 (patch)
tree3f87aefd031d615b2b27a7421e9855f1bb20fc9c /handlers/sys.in
parent910abf33c79c8930dc8edd42842999cceee4e379 (diff)
downloadbackupninja-b499255f8a56ce3b95c2a52b8b209ae8b657bd64.tar.gz
backupninja-b499255f8a56ce3b95c2a52b8b209ae8b657bd64.tar.bz2
fix missing which that intrigeri saw
Diffstat (limited to 'handlers/sys.in')
-rwxr-xr-xhandlers/sys.in2
1 files changed, 1 insertions, 1 deletions
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