Bug 4080 - Syntax error in glibc-devel-2.1.2-1 preinstall script
Summary: Syntax error in glibc-devel-2.1.2-1 preinstall script
Keywords:
Status: CLOSED DUPLICATE of bug 4053
Alias: None
Product: Red Hat Raw Hide
Classification: Retired
Component: glibc
Version: 1.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Cristian Gafton
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 1999-07-16 23:25 UTC by Brian Ryner
Modified: 2008-05-01 15:37 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 1999-07-17 03:28:31 UTC
Embargoed:


Attachments (Terms of Use)

Description Brian Ryner 1999-07-16 23:25:15 UTC
In the preinstall script, there is a line:

if [ -l /usr/include/scsi ] ; then

this should probably read

if [ -L /usr/include/scsi ] ; then

Comment 1 Bill Nottingham 1999-07-17 03:28:59 UTC
*** This bug has been marked as a duplicate of 4053 ***


Note You need to log in before you can comment on or make changes to this bug.