mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-12 16:57:38 +01:00
5 lines
149 B
Plaintext
5 lines
149 B
Plaintext
|
#!/bin/sh
|
||
|
# Use the top-level config.sub so that we don't have two of them.
|
||
|
subsys=`echo $0 | sed 's|config.sub|../config.sub|'`
|
||
|
exec ${subsys} "$@"
|