sys: fix typo
authorintrigeri <intrigeri@758a04ac-41e6-0310-8a23-8373a73cc35d>
Wed, 25 Jun 2008 08:47:48 +0000 (08:47 +0000)
committerintrigeri <intrigeri@758a04ac-41e6-0310-8a23-8373a73cc35d>
Wed, 25 Jun 2008 08:47:48 +0000 (08:47 +0000)
git-svn-id: http://code.autistici.org/svn/backupninja/trunk@583 758a04ac-41e6-0310-8a23-8373a73cc35d

handlers/sys.in

index d88d34c3d037a20580cc93f82a8c0296e40b17e0..a029af6762a66b4f321e037c9b9f2c1951452eda 100755 (executable)
@@ -53,7 +53,7 @@ then
    getconf packagesfile $parentdir/dpkg-selections.txt
    getconf packagemgr   `which dpkg`
    getconf packagemgroptions ' --get-selections *'
-   getconf selectionsfile $parentir/debconfsel.txt
+   getconf selectionsfile $parentdir/debconfsel.txt
    getconf debconfgetselections `which debconf-get-selections`
 elif [ $os = "redhat" ]
 then