4 lines
97 B
Bash
4 lines
97 B
Bash
#!/bin/bash
|
|
unset CFLAGS
|
|
/usr/lib/mit/bin/krb5-config ${1+"$@"} | sed -e 's/-Wl[^[:blank:]]+//g'
|