X-Git-Url: https://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=src%2Fpackaging%2FMacOS%2FInstallationCheck.9;h=53a7fdc965f3094fcf25aab65583e37861aabd02;hp=05e259235730de41814ef858234cc43b2db48424;hb=8419da9ffec8297759e2e4198eb3963d1d1ed843;hpb=1ea9c02f8ec985605a52bde331de5c848a7a5d56 diff --git a/src/packaging/MacOS/InstallationCheck.9 b/src/packaging/MacOS/InstallationCheck.9 index 05e2592..53a7fdc 100644 --- a/src/packaging/MacOS/InstallationCheck.9 +++ b/src/packaging/MacOS/InstallationCheck.9 @@ -1,8 +1,6 @@ #!/bin/sh majorvers=`uname -r | sed 's/\..*//'` -echo "InstallationCheck: os release is $majorvers" if [ $majorvers -ne 9 ]; then -echo "InstallationCheck: not ok" exit 112 fi @@ -18,5 +16,4 @@ if [ -e $tmpcellalias ]; then mv -f $tmpcellalias $tmpcellalias.$date fi -echo "InstallationCheck: ok" exit 0