]> git.draconx.ca Git - dxcommon.git/commitdiff
exported.sh: Restructure argument processing a bit.
authorNick Bowler <nbowler@draconx.ca>
Thu, 21 Apr 2022 05:23:05 +0000 (01:23 -0400)
committerNick Bowler <nbowler@draconx.ca>
Thu, 21 Apr 2022 05:28:39 +0000 (01:28 -0400)
Adjust the script to iterate over arguments using a for loop instead of
repeatedly checkind $# and shifting.  More significantly, avoid calling
expr on each filename where a case pattern can do the job.

Additionally, add a new test case to verify the basic sanity of this
script and its corresponding Autoconf macro.


No differences found