Index: /trunk/src/VBox/Additions/linux/installer/vboxadd.sh
===================================================================
--- /trunk/src/VBox/Additions/linux/installer/vboxadd.sh	(revision 76983)
+++ /trunk/src/VBox/Additions/linux/installer/vboxadd.sh	(revision 76984)
@@ -505,5 +505,5 @@
         # That is, we mark all but the requested kernel.
         rm -f "$SKIPFILE_BASE"-"$TARGET_VER"
-        test -d /lib/modules/"TARGET_VER"/build || test -n "$QUICKSETUP" ||
+        test -d /lib/modules/"$TARGET_VER"/build || test -n "$QUICKSETUP" ||
             info "Kernel headers not found for target kernel $TARGET_VER. \
 Please install them and execute
