diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-08-20 09:40:25 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-08-20 09:40:25 +0000 |
commit | 7d1c0752b5a7a2399f901d8cc6e92a4bb96a118e (patch) | |
tree | 06df306b1bc39f1a1df537ce7a3dff1e5c120cd1 /gnu/usr.bin | |
parent | 0c20bfdc4532cc8feebc809ad828dd6bc0751c3e (diff) |
Take advantage of "arch -s"
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r-- | gnu/usr.bin/perl/config.over | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/config.over b/gnu/usr.bin/perl/config.over index 2c9fc6c28e5..a552ba0a330 100644 --- a/gnu/usr.bin/perl/config.over +++ b/gnu/usr.bin/perl/config.over @@ -3,7 +3,7 @@ # # We use a different architecture name than the default -archname="`arch |cut -f2 -d.`-${osname}" +archname="`arch -s`-${osname}" myarchname="$archname" # Use correct paths for a distribution |