summaryrefslogtreecommitdiff
path: root/debian/libpam-runtime.postinst
diff options
context:
space:
mode:
authorSteve Langasek <vorlon@debian.org>2009-08-06 17:54:44 +0100
committerSteve Langasek <vorlon@debian.org>2019-01-08 19:42:00 -0800
commit0ef67bccf779c2bcc3bbc7e69645f1f2b12981a0 (patch)
tree8db647ffe8f2fa93a5bf8ec940c462737506d652 /debian/libpam-runtime.postinst
parent4549283e92a5305ba808bfe7abf5d5f07761e838 (diff)
releasing version 1.0.1-10
Diffstat (limited to 'debian/libpam-runtime.postinst')
-rw-r--r--debian/libpam-runtime.postinst2
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