[Box Backup-dev] COMMIT r579 - box/chris/general/infrastructure

boxbackup-dev@fluffy.co.uk boxbackup-dev@fluffy.co.uk
Sun, 21 May 2006 12:57:57 +0000 (GMT)


Author: chris
Date: 2006-05-21 12:57:42 +0000 (Sun, 21 May 2006)
New Revision: 579

Modified:
   box/chris/general/infrastructure/makebuildenv.pl
Log:
* makebuildenv.pl
- Space between command name and executable extension?


Modified: box/chris/general/infrastructure/makebuildenv.pl
===================================================================
--- box/chris/general/infrastructure/makebuildenv.pl	2006-05-21 12:55:17 UTC (rev 578)
+++ box/chris/general/infrastructure/makebuildenv.pl	2006-05-21 12:57:42 UTC (rev 579)
@@ -416,9 +416,9 @@
 		}
 		
 		writetestfile("$mod/_t", 
-			'./test' . $platform_exe_ext . '$1 $2 $3 $4 $5', $mod);
+			'./test' . $platform_exe_ext . ' $1 $2 $3 $4 $5', $mod);
 		writetestfile("$mod/_t-gdb", 
-			'gdb ./test ' . $platform_exe_ext, $mod);
+			'gdb ./test' . $platform_exe_ext, $mod);
 		
 	}