"man pola-run" and http://plash.beasts.org/wiki/PolaRun give the following example pola-run -B --prog=gcc -a=-c -fa=foo.c -a=-o -faw=foo.o -f=.
however with the pola-run in plash (1.18-1feisty1) I get the following error: pola-run: error: Unrecognised argument: --prog=gcc Additionally, pola-run -B --prog echo -a -- -a=-c -fa=foo.c -a=-o -faw=foo.o -f=. gives -- -fa=foo.c -faw=foo.o So it seems that the = after -a also confuses pola-run. Perhaps the example should read: pola-run -B --prog gcc -a -c -fa=foo.c -a -o -faw=foo.o -f=. -- John C. McCabe-Dansted PhD Student University of Western Australia _______________________________________________ Plash mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/plash
