$NetBSD$

--- src/VBox/Installer/darwin/VirtualBox/postflight~	2015-07-10 23:31:33.000000000 +0900
+++ src/VBox/Installer/darwin/VirtualBox/postflight	2015-09-05 18:28:21.000000000 +0900
@@ -85,7 +85,7 @@ if [[ -e "${LSREGISTER}" && "x" != "x${U
 fi
 
 # Check environment.
-if [ "${INSTALLER_TEMP}x" == "x" ]; then
+if [ "${INSTALLER_TEMP}x" = "x" ]; then
     echo "Required environment variable INSTALLER_TEMP is missing. Aborting installation."
     exit 1;
 fi
