Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
# If the log file doesn't exist, create it.
if [ ! -x $LOGFILE ]; then
einfo "Creating $LOGFILE ..."
touch $LOGFILE
fi