Bug 987660 - /usr/bin/cups-config: line 55: test: too many arguments
Summary: /usr/bin/cups-config: line 55: test: too many arguments
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: cups
Version: 19
Hardware: All
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Tim Waugh
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-07-23 20:07 UTC by Orion Poplawski
Modified: 2014-08-08 03:06 UTC (History)
2 users (show)

Fixed In Version: cups-1.6.3-4.fc19
Clone Of:
Environment:
Last Closed: 2014-08-08 03:06:08 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Orion Poplawski 2013-07-23 20:07:14 UTC
Description of problem:

$ /usr/bin/cups-config --serverbin
/usr/bin/cups-config: line 55: test: too many arguments
/usr/lib/cups

This is because of:

# Fetch libdir from gnutls's pkg-config script.  This is a bit
# of a cheat, but the cups-devel package requires gnutls-devel anyway.
libdir=`pkg-config --variable=libdir gnutls`
imagelibdir=`pkg-config --variable=libdir gnutls`

but cups-devel doesn't require gnutls-devel anymore.

Version-Release number of selected component (if applicable):
cups-devel-1.6.3-3.fc19.x86_64

Comment 1 Tim Waugh 2013-07-24 08:37:51 UTC
Oops, thanks for spotting this.


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