Quote:
Originally Posted by knc1
bin/$@
|
That was just a copy/paste of a legacy-ish script (with non-working demos removed).
I used $@ in newer scripts. I think I learned it from you not that long ago, in fact...
The problem with copy/paste is old inefficiencies have a habit of creeping into new code, depending on the source.
Post updated. Thanks.