From b499255f8a56ce3b95c2a52b8b209ae8b657bd64 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Tue, 24 Jun 2008 20:31:58 +0000 Subject: [PATCH] fix missing which that intrigeri saw --- handlers/sys.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2