this repo has no description
1
fork

Configure Feed

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

Rely on uname in PATH (#186)

Not every distro has it in /usr/bin (#157)

authored by

Twisted Pair in my Hair and committed by
Luboš Doležel
91312069 e4bf7359

+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/uname -m` 90 + arch=`uname -m` 91 91 92 92 WORKTMP=`mktemp -d "${TMPDIR:-/tmp}/mig.XXXXXX"` 93 93 if [ $? -ne 0 ]; then