Added back missing interpreter name and final newline.

git-svn-id: http://yate.null.ro/svn/yate/trunk@2700 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2009-06-10 14:13:20 +00:00
parent 81c381fd57
commit 6b89eafb9f
1 changed files with 3 additions and 1 deletions

View File

@ -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
EOF