mirror of
https://github.com/opnsense/src.git
synced 2026-02-17 09:39:26 -05:00
4 lines
159 B
Bash
Executable file
4 lines
159 B
Bash
Executable file
#!/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} "$@"
|