Commit 9b21f591 authored by Ralf S. Engelschall's avatar Ralf S. Engelschall
Browse files

Fix an error message

parent 4098e89c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -269,7 +269,7 @@ foreach (@ARGV)
			}
		else
			{
			die "unknown options, only -Dxxx, -Lxxx -lxxx supported\n";
			die "unknown options, only -Dxxx, -Lxxx and -lxxx supported\n";
			}
		}
	else