summaryrefslogtreecommitdiff
path: root/autoscripts/postrm-xaw
diff options
context:
space:
mode:
Diffstat (limited to 'autoscripts/postrm-xaw')
-rw-r--r--autoscripts/postrm-xaw2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoscripts/postrm-xaw b/autoscripts/postrm-xaw
index b8d718ea..14d13ebb 100644
--- a/autoscripts/postrm-xaw
+++ b/autoscripts/postrm-xaw
@@ -1,3 +1,3 @@
-if test -x /usr/sbin/update-xaw-wrappers; then
+if [ -x /usr/sbin/update-xaw-wrappers ]; then
/usr/sbin/update-xaw-wrappers
fi