[BACK]Return to build.sh CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/build.sh between version 1.198.2.2 and 1.198.2.3

version 1.198.2.2, 2009/03/18 05:37:59 version 1.198.2.3, 2009/03/18 05:39:06
Line 178  initdefaults()
Line 178  initdefaults()
         uname_m=$(uname -m 2>/dev/null)          uname_m=$(uname -m 2>/dev/null)
         uname_p=$(uname -p 2>/dev/null || echo "unknown")          uname_p=$(uname -p 2>/dev/null || echo "unknown")
         case "${uname_p}" in          case "${uname_p}" in
         ''|unknown|*[^a-z0-9]*) uname_p="${uname_m}" ;;          ''|unknown|*[^-_A-Za-z0-9]*) uname_p="${uname_m}" ;;
         esac          esac
   
         # If $PWD is a valid name of the current directory, POSIX mandates          # If $PWD is a valid name of the current directory, POSIX mandates

Legend:
Removed from v.1.198.2.2  
changed lines
  Added in v.1.198.2.3

CVSweb <webmaster@jp.NetBSD.org>