Index: /trunk/src/VBox/Installer/linux/routines.sh
===================================================================
--- /trunk/src/VBox/Installer/linux/routines.sh	(revision 88545)
+++ /trunk/src/VBox/Installer/linux/routines.sh	(revision 88546)
@@ -395,5 +395,5 @@
     # Check for python2 only, because the generic package does not provide
     # any XPCOM bindings support for python3 since there is no standard ABI.
-    for p in python python2 python2.6 python 2.7; do
+    for p in python python2 python2.6 python2.7; do
         if [ "`$p -c 'import sys
 if sys.version_info >= (2, 6) and sys.version_info < (3, 0):
