Re: Problem with scripting files (== operator)

2003-10-16 Thread Brian Ford
Your command prompt is probably /bin/bash, your script uses /bin/sh? That's /bin/ash, and you may have a syntax issue. man ash Try using test instead of [ ]. HTH On Thu, 16 Oct 2003, Lynden Jones wrote: > I downloaded just the default cygwin packages and ran > into a single problem with running s

Problem with scripting files (== operator)

2003-10-16 Thread Lynden Jones
I downloaded just the default cygwin packages and ran into a single problem with running script files. Whenever I use the == operator (string comparison), I get an error that says: "[: ==: unknown operand". I can execute the same set of commands from the command prompt and get no errors. Does an