[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: P4 optimized Debian GNU/Linux?



* Steve Kemp 

|  	#!/bin/sh
| 	/usr/bin/gcc.real `cat /etc/gcc/global.options` $*

You want "$@" instead of $* to not split the command line once more,
else it will break on files with spaces in them and such. </nitpick>

-- 
Tollef Fog Heen                                                        ,''`.
UNIX is user friendly, it's just picky about who its friends are      : :' :
                                                                      `. `' 
                                                                        `-  



Reply to: