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} "$@"
|