Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 192423

Summary: app-portage/getdelta-0.7.8 is a bash script but uses #!/bin/sh
Product: Gentoo Linux Reporter: Martin Väth <martin>
Component: Current packagesAssignee: Stefan Schweizer (RETIRED) <genstef>
Status: RESOLVED FIXED    
Severity: minor CC: nlissne
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.