Changeset cf2f109 for jhalfs


Ignore:
Timestamp:
06/15/2019 05:25:10 PM (5 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
a4af6811
Parents:
619b313
Message:

Update to Kconfiglib version 12.4.0. This removes the need to use
".configuration.old"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jhalfs

    r619b313 rcf2f109  
    132132# if he or she really wants to run this stuff
    133133time_current=$(stat -c '%Y' configuration 2>/dev/null || date +%s)
    134 time_old=$(stat -c '%Y' .configuration.old 2>/dev/null || printf '%s' "$time_current")
     134time_old=$(stat -c '%Y' configuration.old 2>/dev/null || printf '%s' "$time_current")
    135135if [ "$(printf '%d' "$time_old")" -ge "$(printf '%d' "$time_current")" ] ; then
    136136  printf 'Do you want to run jhalfs? yes/no (yes): '
Note: See TracChangeset for help on using the changeset viewer.