Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 170093 - net-proxy/squid init.d script uses bash specific features [PATCH]
Summary: net-proxy/squid init.d script uses bash specific features [PATCH]
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Network Proxy Developers (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-09 11:45 UTC by Natanael Copa
Modified: 2007-03-10 10:11 UTC (History)
0 users

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


Attachments
00-unbash.patch (00-unbash.patch,672 bytes, patch)
2007-03-09 11:46 UTC, Natanael Copa
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Natanael Copa 2007-03-09 11:45:41 UTC
Trivial to make it run with other shells too.
Comment 1 Natanael Copa 2007-03-09 11:46:40 UTC
Created attachment 112697 [details, diff]
00-unbash.patch
Comment 2 Alin Năstac (RETIRED) gentoo-dev 2007-03-10 10:11:04 UTC
fixed in cvs, although I don't understand why x=`any-cmd` is not valid syntax in any shell.

I also replaced `` with $(). Let me know if there are any problems.