New fixfiles has lines like: if [ $1 != "" ]; then
These produce shell errors. I think they could be: if [ x$1 != "x" ]; then
or some such..... tom
New fixfiles has lines like: if [ $1 != "" ]; then
These produce shell errors. I think they could be: if [ x$1 != "x" ]; then
or some such..... tom