summaryrefslogtreecommitdiff
path: root/sysutils/webmin/DEINSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/webmin/DEINSTALL')
-rw-r--r--sysutils/webmin/DEINSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/webmin/DEINSTALL b/sysutils/webmin/DEINSTALL
index 90d830f89b9..109b32877d3 100644
--- a/sysutils/webmin/DEINSTALL
+++ b/sysutils/webmin/DEINSTALL
@@ -1,4 +1,4 @@
-# $NetBSD: DEINSTALL,v 1.2 2004/07/23 19:47:21 jlam Exp $
+# $NetBSD: DEINSTALL,v 1.3 2005/01/23 04:36:27 jlam Exp $
WEBMIN_DIR="@WEBMIN_DIR@"
WEBMIN_ETCDIR="@WEBMIN_ETCDIR@"
@@ -6,7 +6,7 @@ WEBMIN_ETCDIR="@WEBMIN_ETCDIR@"
case ${STAGE} in
DEINSTALL)
uninstall="${WEBMIN_ETCDIR}/uninstall.sh"
- if [ -x ${uninstall} ]; then
+ if [ -x "${uninstall}" ]; then
${ECHO} "y" | ${uninstall}
fi
;;