mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 18:02:05 -05:00
9a284ad3f7
Also don't run cd for the initial git clone (DERP!), and other bash port fixes.
13 lines
502 B
Diff
13 lines
502 B
Diff
diff --git a/support/config.sub b/support/config.sub
|
|
index f208558e..fb8fa19e 100755
|
|
--- a/support/config.sub
|
|
+++ b/support/config.sub
|
|
@@ -1360,7 +1360,7 @@ case $os in
|
|
| powermax* | dnix* | nx6 | nx7 | sei* | dragonfly* \
|
|
| skyos* | haiku* | rdos* | toppers* | drops* | es* \
|
|
| onefs* | tirtos* | phoenix* | fuchsia* | redox* | bme* \
|
|
- | midnightbsd*)
|
|
+ | midnightbsd* | serenity*)
|
|
# Remember, each alternative MUST END IN *, to match a version number.
|
|
;;
|
|
qnx*)
|