Merge branch '4.5.7'

This commit is contained in:
Tom Eastep 2012-08-26 08:15:05 -07:00
commit f2cecfc33a

View File

@ -253,11 +253,11 @@ case "$HOST" in
archlinux)
echo "Installing ArchLinux-specific configuration..."
;;
suse )
echo "Installing Suse-specific configuration..."
suse)
echo "Installing Suse-specific configuration..."
;;
linux)
;;
linux )
;;
*)
echo "ERROR: Unknown HOST \"$HOST\"" >&2
exit 1;