Changeset 2cd6a71


Ignore:
Timestamp:
03/26/2022 10:05:39 PM (2 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
arm
Children:
5441724
Parents:
8a6d8fe
git-author:
Pierre Labastie <pierre.labastie@…> (03/22/2022 09:48:29 AM)
git-committer:
William Harrington <kb0iic@…> (03/26/2022 10:05:39 PM)
Message:

Do not redefine is_true in the console script

There is a better version in init-functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bootscripts/lfs/init.d/console

    r8a6d8fe r2cd6a71  
    3232# Native English speakers probably don't have /etc/sysconfig/console at all
    3333[ -r /etc/sysconfig/console ] && . /etc/sysconfig/console
    34 
    35 is_true()
    36 {
    37    [ "$1" = "1" ] || [ "$1" = "yes" ] || [ "$1" = "true" ]
    38 }
    3934
    4035failed=0
Note: See TracChangeset for help on using the changeset viewer.