Lines Matching refs:file
5 # The contents of this file are subject to the terms of the
7 # You may not use this file except in compliance with the License.
15 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
101 for file in \
107 if [ -L ${file} ] ; then
108 rm ${file}
122 for file in \
128 if [ ! -L ${file} ] ; then
129 if [ -f ${SRCDIR}/etc/nls/${file} ] ; then
130 ln -sf ${SRCDIR}/etc/nls/${file}
132 echo "source file ${SRCDIR}/etc/nls/${file} not found or unreadable!"