Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 192423 - app-portage/getdelta-0.7.8 is a bash script but uses #!/bin/sh
Summary: app-portage/getdelta-0.7.8 is a bash script but uses #!/bin/sh
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Stefan Schweizer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-13 13:04 UTC by Martin Väth
Modified: 2007-10-13 11:38 UTC (History)
1 user (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 Martin Väth 2007-09-13 13:04:37 UTC
Although baselayout-2 supports having /bin/sh -> dash, getdelta.sh will not work if this link is set, because this script is not POSIX compliant.
A simple fix would be to change the first line to #!/bin/bash.
Comment 1 Stefan Schweizer (RETIRED) gentoo-dev 2007-10-13 11:38:44 UTC
I just went ahead and added this in the ebuild, thanks.