Bug 4755

Summary: small problem in /usr/bin/netscape
Product: [Retired] Red Hat Raw Hide Reporter: Jay Freeman <saurik>
Component: netscapeAssignee: Bill Nottingham <notting>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: low Docs Contact:
Priority: low    
Version: 1.0CC: rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1999-08-27 23:07:42 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jay Freeman 1999-08-27 18:54:38 UTC
When "netscape" is run, the following error is generated
(yet netscape DOES load and operate correctly:
  /usr/bin/netscape: -m: command not found
:I am assuming that is because the line:
  SYSNAME=uname -m | sed "s|sparc64|sparc|" | sed "s|^i[0-9]
|i3|"
:needs to be changed to:
  SYSNAME=`uname -m | sed "s|sparc64|sparc|" | sed "s|^i[0-
9]|i3|"`
:after which, the file seems to work.

Comment 1 Bill Nottingham 1999-08-27 20:00:59 UTC
fixed in next Raw Hide release.

must remember never to cut & paste backtics. *sigh*