1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-06 14:22:31 -07:00

Replace call to arch with uname -a to work on more platforms

Copied from Perforce
 Change: 20783
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Richard Tucker 1999-05-07 14:42:38 +01:00
parent 8a630f44e5
commit f630a02efd

View file

@ -209,5 +209,5 @@ sub identify_unix {
}
&comvar("c_version", "gcc -v", "version");
&comvar("OS", "uname", "");
&comvar("arch", "arch", "");
&comvar("arch", "uname -a", "");
}