Index: /trunk/src/VBox/Installer/solaris/vboxconfig.sh
===================================================================
--- /trunk/src/VBox/Installer/solaris/vboxconfig.sh	(revision 61600)
+++ /trunk/src/VBox/Installer/solaris/vboxconfig.sh	(revision 61601)
@@ -1254,5 +1254,5 @@
 
         # Install the S10 legacy library links if necessary
-        if -d /opt/VirtualBox/legacy/; then
+        if test -d /opt/VirtualBox/legacy/; then
             if ldd /opt/VirtualBox/amd64/VBoxRT-x86.so | grep "not found" > /dev/null; then
                 for lib in `ls -1 /opt/VirtualBox/legacy/`; do
