configpm should use "osname" from config.sh, instead of miniperl's $^O.
authorJess Robinson <castaway@desert-island.me.uk>
Tue, 15 Jan 2013 10:40:08 +0000 (10:40 +0000)
committerBrian Fraser <fraserbn@gmail.com>
Wed, 22 Jan 2014 16:08:20 +0000 (13:08 -0300)
commited9ba3bbdb87bec68e0f8d47a3a5c2253c96f950
tree39eb93480f8f869abe767971190968579fca99e8
parent6aafa45657d45f6f5bcdea1cda584a7f87e45cd2
configpm should use "osname" from config.sh, instead of miniperl's $^O.

This is necessary when cross-compiliing, as we use a host (mini)perl to
run configpm for the target arch; so for example, miniperl's $^O
might be 'linux', but config.sh's osname can be 'qnx'.
configpm