Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 37113 - sys-apps/baselayout: retval: command not found
Summary: sys-apps/baselayout: retval: command not found
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All All
: High trivial (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-03 09:21 UTC by Sven Wegener
Modified: 2004-01-05 15:50 UTC (History)
0 users

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


Attachments
checkfs.patch (checkfs.patch,227 bytes, patch)
2004-01-03 09:22 UTC, Sven Wegener
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sven Wegener gentoo-dev 2004-01-03 09:21:33 UTC
Hi,

there's a bug in /etc/init.d/checkfs in line 21

retval = $?	

gives the error "retval: command not found" while booting. It should be

retval=$?

It is a cosmetic fix. See attached patch.

Sven
Comment 1 Sven Wegener gentoo-dev 2004-01-03 09:22:05 UTC
Created attachment 23069 [details, diff]
checkfs.patch
Comment 2 Martin Schlemmer (RETIRED) gentoo-dev 2004-01-05 15:50:25 UTC
Fixed in CVS, thanks.