diff options
author | Steve Langasek <vorlon@debian.org> | 2009-08-06 17:54:44 +0100 |
---|---|---|
committer | Steve Langasek <vorlon@debian.org> | 2019-01-08 19:42:00 -0800 |
commit | 0ef67bccf779c2bcc3bbc7e69645f1f2b12981a0 (patch) | |
tree | 8db647ffe8f2fa93a5bf8ec940c462737506d652 /debian/libpam-runtime.postinst | |
parent | 4549283e92a5305ba808bfe7abf5d5f07761e838 (diff) | |
download | pam-0ef67bccf779c2bcc3bbc7e69645f1f2b12981a0.tar.gz pam-0ef67bccf779c2bcc3bbc7e69645f1f2b12981a0.tar.bz2 pam-0ef67bccf779c2bcc3bbc7e69645f1f2b12981a0.zip |
releasing version 1.0.1-10
Diffstat (limited to 'debian/libpam-runtime.postinst')
-rw-r--r-- | debian/libpam-runtime.postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/libpam-runtime.postinst b/debian/libpam-runtime.postinst index ebdccc9e..31206c57 100644 --- a/debian/libpam-runtime.postinst +++ b/debian/libpam-runtime.postinst @@ -7,7 +7,7 @@ if [ "x$2" != "x" ] ;then if dpkg --compare-versions $2 lt 1.0.1-10 && dpkg --compare-versions $2 ge 1.0.1-6 ; then db_get libpam-runtime/profiles - if [ "x$ret" = "x" ] ; then + if [ "x$RET" = "x" ] ; then UHOH=1 fi fi |