Clean up white-space in Togan's patch

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2012-08-26 08:14:23 -07:00
parent 779243094e
commit 6392a4514d

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;