]> git.donarmstrong.com Git - debhelper.git/blobdiff - autoscripts/postrm-xaw
r477: * Check that update-modules is present before running it, since modutils
[debhelper.git] / autoscripts / postrm-xaw
index b8d718ea40189f5fb795db0693c8a7f207b99902..14d13ebbbf29424eafb880981041f45161c10a77 100644 (file)
@@ -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