Changeset fe30c61 for jhalfs


Ignore:
Timestamp:
11/11/2006 07:06:46 PM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
195ed9f
Parents:
47b363c
Message:

Splitted common-functions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jhalfs

    r47b363c rfe30c61  
    265265[[ $VERBOSITY > 0 ]] && echo "OK"
    266266
    267 [[ $VERBOSITY > 0 ]] && echo -n "Loading function <custom_pkgs>..."
    268 source $COMMON_DIR/libs/custom_pkgs
     267[[ $VERBOSITY > 0 ]] && echo -n "Loading function <func_custom_pkgs>..."
     268source $COMMON_DIR/libs/func_custom_pkgs
    269269[[ $? > 0 ]] && echo " function module did not load.." && exit 2
    270270[[ $VERBOSITY > 0 ]] && echo "OK"
Note: See TracChangeset for help on using the changeset viewer.