diff --git a/yate-config.sh b/yate-config.sh index 8d024cd6..2f3d3e80 100755 --- a/yate-config.sh +++ b/yate-config.sh @@ -37,6 +37,8 @@ one_param() exec > yate-config.in < configure cat <<"EOF" +#! /bin/sh + ustr='Usage: yate-config [--cflags] [--includes] [--c-all] [--ldflags] [--libs] [--ld-all] [--ld-nostrip] [--ld-strip] [--config] [--modules] [--share] @@ -127,4 +129,4 @@ cat <<"EOF" esac shift done -EOF \ No newline at end of file +EOF