Ticket #166 (closed defect: fixed)

Opened 16 months ago

Last modified 16 months ago

Typo in Changeset 1515 (Improve utmp handling)

Reported by: Matthias Schwarzott <zzam@gentoo.org> Owned by: roy
Priority: trivial Milestone:
Component: rc Version: 0.4
Keywords: Cc:

Description

This changeset has a typo in it:
+ local xtra=
+ [ "${RC_UNAME}" = NetBSD ] && extra=x
+ for x in "" $xtra; do
+ mkutmp /var/run/utmp${x}
+ done

Either you want the variable be named xtra or extra, but you need to be consequent.

Change History

comment:1 Changed 16 months ago by roy

  • Status changed from new to closed
  • Resolution set to fixed

Fixed in r1517 thanks!

Note: See TracTickets for help on using tickets.