[arch-general] [PATCH 28/48] Use bash-style conditionals when setting up the hardware clock.

Allan McRae allan at archlinux.org
Thu Aug 19 00:34:50 EDT 2010


On 19/08/10 14:23, Victor Lowther wrote:
> I am missing the difference. Diff please?

Yours:
>>> + /bin/mknod /dev/rtc c $major $minor

His:
>> /bin/mknod /dev/${dev##*/} c $major $minor

Yours creates /dev/rtc and his creates /dev/rtc and /dev/rtc0

Allan





More information about the arch-general mailing list