Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 446279 - sys-fs/quota-3.17-r1 bashism in initscript
Summary: sys-fs/quota-3.17-r1 bashism in initscript
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords: STABLE
Depends on:
Blocks:
 
Reported: 2012-12-06 17:10 UTC by Julian Ospald
Modified: 2012-12-08 19:50 UTC (History)
0 users

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 Julian Ospald 2012-12-06 17:10:01 UTC
4.00 is affected as well


 * QA Notice: shell script appears to use non-POSIX feature(s):
 *    possible bashism in /etc/init.d/quota line 15 (alternative test command ([[ foo ]] should be [ foo ])):
 *    	if [[ ${RUN_QUOTACHECK} == "yes" ]] ; then
 *    possible bashism in /etc/init.d/quota line 15 (should be 'b = a'):
 *    	if [[ ${RUN_QUOTACHECK} == "yes" ]] ; then
Comment 1 SpanKY gentoo-dev 2012-12-08 19:50:41 UTC
should be all set now in the tree; thanks for the report!

Commit message: Use POSIX tests in init.d scripts
http://sources.gentoo.org/sys-fs/quota/files/quota.rc6?r1=1.3&r2=1.4
http://sources.gentoo.org/sys-fs/quota/files/quota.rc7?r1=1.1&r2=1.2