Changeset 31ad03a


Ignore:
Timestamp:
03/27/2006 09:07:08 PM (19 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
experimental
Children:
0297f33
Parents:
5ff30ff
Message:

common/common_functions, Added error text for missing files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/common-functions

    r5ff30ff r31ad03a  
    852852      done
    853853    done
     854    if [[ -s $BUILDDIR/sources/MISSING_FILES.DMP ]]; then
     855      echo  -e "\n\n${tab_}${RED} One or more files were not retrieved.\n${tab_} Check ${L_arrow}$BUILDDIR/sources/MISSING_FILES.DMP${R_arrow} for names ${OFF}\n\n"
     856    fi
    854857  fi
    855858}
Note: See TracChangeset for help on using the changeset viewer.