this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Use `uname -m` instead of `arch` in mig.sh (#157)

+1 -1
+1 -1
src/bootstrap_cmds/migcom.tproj/mig.sh
··· 87 87 cppflags="-D__MACH30__" 88 88 89 89 files= 90 - arch=`/usr/bin/arch` 90 + arch=`/usr/bin/uname -m` 91 91 92 92 WORKTMP=`mktemp -d "${TMPDIR:-/tmp}/mig.XXXXXX"` 93 93 if [ $? -ne 0 ]; then