Changeset 7df280d in bootscripts-standard for clfs/init.d/checkfs


Ignore:
Timestamp:
Dec 16, 2007, 8:32:26 AM (17 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
9e58fae
Parents:
bbe00a4
Message:

Change /bin/sh to /bin/bash in the bootscripts because the bootscripts use bashisms. Having ash linked to sh will cause errors. Thanks to Bigdassaved for providing the diff and Copper for bring up the issue.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • clfs/init.d/checkfs

    rbbe00a4 r7df280d  
    1 #!/bin/sh
     1#!/bin/bash
    22########################################################################
    33# Begin $rc_base/init.d/checkfs
Note: See TracChangeset for help on using the changeset viewer.