summaryrefslogtreecommitdiff
path: root/autoscripts/postinst-xaw
diff options
context:
space:
mode:
Diffstat (limited to 'autoscripts/postinst-xaw')
-rw-r--r--autoscripts/postinst-xaw2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoscripts/postinst-xaw b/autoscripts/postinst-xaw
index 324058f8..035aa269 100644
--- a/autoscripts/postinst-xaw
+++ b/autoscripts/postinst-xaw
@@ -1,5 +1,5 @@
if [ "$1" = "configure" ]; then
- if test -x /usr/sbin/update-xaw-wrappers; then
+ if [ -x /usr/sbin/update-xaw-wrappers ]; then
/usr/sbin/update-xaw-wrappers
fi
for opts in #OPTS#; do