mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-31 18:44:48 +01:00
5 lines
159 B
Plaintext
5 lines
159 B
Plaintext
|
#!/bin/sh
|
||
|
# Use the top-level config.guess so that we don't have two of them.
|
||
|
guesssys=`echo $0 | sed 's|config.guess|../config.guess|'`
|
||
|
exec ${guesssys} "$@"
|