fix spacing

db4
Doug Coleman 2008-09-17 00:56:06 -05:00
parent 87946d423d
commit f7c175a985
1 changed files with 3 additions and 2 deletions

View File

@ -175,7 +175,7 @@ find_os() {
*FreeBSD*) OS=freebsd;; *FreeBSD*) OS=freebsd;;
*OpenBSD*) OS=openbsd;; *OpenBSD*) OS=openbsd;;
*DragonFly*) OS=dragonflybsd;; *DragonFly*) OS=dragonflybsd;;
SunOS) OS=solaris;; SunOS) OS=solaris;;
esac esac
} }
@ -263,7 +263,8 @@ check_os_arch_word() {
$ECHO "ARCH: $ARCH" $ECHO "ARCH: $ARCH"
$ECHO "WORD: $WORD" $ECHO "WORD: $WORD"
$ECHO "OS, ARCH, or WORD is empty. Please report this." $ECHO "OS, ARCH, or WORD is empty. Please report this."
echo $MAKE_TARGET
echo $MAKE_TARGET
exit 5 exit 5
fi fi
} }