515cdc66c0
From-SVN: r27256
5 lines
149 B
Bash
Executable File
5 lines
149 B
Bash
Executable File
#!/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} "$@"
|