macos installer scripts shouldn't echo
[openafs.git] / src / packaging / MacOS / InstallationCheck.9
index 8a0d0ec..53a7fdc 100644 (file)
@@ -1,6 +1,5 @@
 #!/bin/sh
 majorvers=`uname -r | sed 's/\..*//'`
-echo "InstallationCheck: os release is $majorvers"
 if [ $majorvers -ne 9 ]; then
        exit 112
 fi