1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Add missing file from last commit

Noticed by:	Oliver Braun
This commit is contained in:
David W. Chapman Jr. 2002-07-09 18:53:18 +00:00
parent 977dc4a04c
commit 592d149758
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62718
2 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,13 @@
--- script/harch.orig Mon May 27 10:30:55 2002
+++ script/harch Mon May 27 10:31:11 2002
@@ -13,8 +13,8 @@
if uname >/dev/null 2>&1
then
- if uname -p >/dev/null 2>&1
- then PROCESSOR=`uname -p`
+ if uname -m >/dev/null 2>&1
+ then PROCESSOR=`uname -m`
case "$PROCESSOR" in
unknown|*\ *)
PROCESSOR=`uname -m`

View File

@ -0,0 +1,13 @@
--- script/harch.orig Mon May 27 10:30:55 2002
+++ script/harch Mon May 27 10:31:11 2002
@@ -13,8 +13,8 @@
if uname >/dev/null 2>&1
then
- if uname -p >/dev/null 2>&1
- then PROCESSOR=`uname -p`
+ if uname -m >/dev/null 2>&1
+ then PROCESSOR=`uname -m`
case "$PROCESSOR" in
unknown|*\ *)
PROCESSOR=`uname -m`