gcc/texinfo/config.sub

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