mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 07:30:32 -04:00
the architecture. Unfortunately arch doesn't exist on FreeBSD or in linux_base or linux_base-8. Since "arch" is simply "uname -m" implement it as such and make sure its in the path when running any of the binaries.
2 lines
19 B
Bash
2 lines
19 B
Bash
#!/bin/sh
|
|
uname -m
|