On 09/04/10 10:08, Pritpal Bedi wrote:


No hope for me then :-(


Don't be disheartened. We will succeed one day.

OK I made some progress - lots more tests after hacking IdeProjManager:buildProject

I made a script:- /home/baz/hash/test_hb.sh and hard coded
cArg to be "test_hb.sh" and removed all the other following commands etc.
It runs OK and writes a message to the console.
I then replaced it with just "updt" which is a globally accessible script I have which as user just throws up a warning massage and quits.
That runs OK
I then changed it to  cArg := "test_hb.sh && updt"
and bang :-

test_hb.sh && updt
Starting in: home/baz/hash : /home/baz/hash/
/bin/bash: test_hb.sh && updt: No such file or directory

From the command line:-

[...@jackodesktop ~]$ cd hash
[...@jackodesktop hash]$ sh test_hb.sh && updt
Test text from test_hb.sh                              <= correct

Sorry, you must run this as root. (Use su NOT su -)    <= correct
[...@jackodesktop hash]$

I also tested just using the test_hb.sh script with a parameter passed to it ( "test_hb.sh parameter" )and it failed the same way.

Is Qt outputting real CHR(20) spaces I wonder?

Rgds,
Barry
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to