Home
last modified time | relevance | path

Searched refs:etc_dir (Results 1 – 1 of 1) sorted by relevance

/external/ltp/scripts/
Ddetect_distro.sh48 etc_dir="$destdir/etc"
50 if [ ! -d "$etc_dir" ] ; then
51 error "$etc_dir doesn't exist"
61 if [ -f "$etc_dir/$i" ] ; then
72 DISTRO_RELEASE_ABS_FILE="$etc_dir/$DISTRO_RELEASE_FILE"
121 error "Bad release file: $etc_dir/$DISTRO_RELEASE_FILE"