Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 18915 - qpkg is a bash script, not a /bin/sh script
Summary: qpkg is a bash script, not a /bin/sh script
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Martin Holzer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-07 14:42 UTC by Björn Lindström
Modified: 2003-09-26 00:08 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Björn Lindström 2003-04-07 14:42:09 UTC
qpkg does not work with bourne shell compliant shells such as ash, so the first
line should be changed to read #!/bin/bash
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-04-22 06:42:49 UTC
works here

can't reproduce
Comment 2 Björn Lindström 2003-04-22 09:33:41 UTC
I bet you have only tried running it with /bin/sh pointing to bash, so you wont notice that it includes bash-specific stuff. However, it does, so the magic number should be #!/bin/bash, and nothing else.

Is it such a hard fix?
Comment 3 Martin Holzer (RETIRED) gentoo-dev 2003-04-22 13:55:00 UTC
gentoolkit-0.1.19-r4 fixes this