Re: Desperate BASH Frustrations with Single Quotes

2003-06-15 Thread Todd A. Jacobs
On Sun, 15 Jun 2003, Ryan D. Egeland wrote: > RUN="$UNISON -ignore 'Path $2'" Escape weak quotes instead: RUN="$UNISON -ignore \"Path $2\"" -- The DMCA is anti-consumer. The RIAA has no right to rewrite copyright laws to suit themselves. -- redhat-list mailing list unsubscribe mailto:[E

Re: Desperate BASH Frustrations with Single Quotes

2003-06-15 Thread da_alchemist
I do not have unison, but I did test this with another program and mine works fine. Try using dos2unix on that file. There may be some hidden characters in the file causing it to fail. Also, try using the full path to unison. BTW, my bash version RPM is 2.05a-13. Thanks. --- "Ryan D. Egeland"