Changeset 75d6d1c for jhalfs


Ignore:
Timestamp:
10/27/2008 11:26:29 PM (16 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
2.3, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
e818106
Parents:
7c17066
Message:

Added menu item to deselect the progress_bar display. Requested by Matthew Burgess

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jhalfs

    r7c17066 r75d6d1c  
    119119SET_MISC=${SET_MISC:=n}
    120120SET_BLOWFISH=${SET_BLOWFISH:=n}
     121
     122if [[ "${NO_PROGRESS_BAR}" = "y" ]] ; then
     123        NO_PROGRESS="#"
     124fi
     125
    121126
    122127# Sanity check on the location of $BUILDDIR / $JHALFSDIR
Note: See TracChangeset for help on using the changeset viewer.