1#!/bin/sh
2# Use the top-level config.sub so that we don't have two of them.
3subsys=`echo $0 | sed 's|config.sub|../config.sub|'`
4exec ${subsys} "$@"
5