summaryrefslogtreecommitdiff
path: root/debian/libpam-runtime.postinst
diff options
context:
space:
mode:
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