plash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Plash] Example has too many ='s


From: John McCabe-Dansted
Subject: [Plash] Example has too many ='s
Date: Thu, 10 Apr 2008 13:48:23 +0800

"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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]