Skip to content
Snippets Groups Projects
Commit 4d139998 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 2000-01-28 14:14:01 by simonmar]

don't use ^ in patterns, Solaris sh barfs on it.
parent 8252a068
No related merge requests found
......@@ -40,7 +40,7 @@ i[[3456]]86-*-linux*)
TargetPlatform=i386-unknown-linux;;
i[[3456]]86-*-freebsd2*)
TargetPlatform=i386-unknown-freebsd2;;
i[[3456]]86-*-freebsd[[^0-2]]*)
i[[3456]]86-*-freebsd[[3-9]]*)
TargetPlatform=i386-unknown-freebsd;;
i[[3456]]86-*-netbsd*)
TargetPlatform=i386-unknown-netbsd;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment