mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-31 18:44:48 +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} "$@"
|