I think you missed the ' ' (space) after hb_getenv( "SHELL" ) and the actual file.
cC := iif( hbide_getOS() == "nix", "", "/C " ) => cC := iif( hbide_getOS() == "nix", " ", "/C " ) Brgds, Viktor On 2010 Jan 26, at 03:32, [email protected] wrote: > Revision: 13711 > > http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13711&view=rev > Author: vouchcac > Date: 2010-01-26 02:32:24 +0000 (Tue, 26 Jan 2010) > > Log Message: > ----------- > 2010-01-25 18:33 UTC-0800 Pritpal Bedi ([email protected]) > * contrib/hbide/idemisc.prg > * contrib/hbide/ideprojmanager.prg > ! Build streamlined to OS specific shell execution, thanks Viktor. > > Modified Paths: > -------------- > trunk/harbour/ChangeLog > trunk/harbour/contrib/hbide/idemisc.prg > trunk/harbour/contrib/hbide/ideprojmanager.prg > > > This was sent by the SourceForge.net collaborative development platform, the > world's largest Open Source development site. > _______________________________________________ > Harbour mailing list (attachment size limit: 40KB) > [email protected] > http://lists.harbour-project.org/mailman/listinfo/harbour _______________________________________________ Harbour mailing list (attachment size limit: 40KB) [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
