Added back missing interpreter name and final newline.

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

View File

@ -37,6 +37,8 @@ one_param()
exec > yate-config.in < configure exec > yate-config.in < configure
cat <<"EOF" cat <<"EOF"
#! /bin/sh
ustr='Usage: yate-config [--cflags] [--includes] [--c-all] ustr='Usage: yate-config [--cflags] [--includes] [--c-all]
[--ldflags] [--libs] [--ld-all] [--ld-nostrip] [--ld-strip] [--ldflags] [--libs] [--ld-all] [--ld-nostrip] [--ld-strip]
[--config] [--modules] [--share] [--config] [--modules] [--share]
@ -127,4 +129,4 @@ cat <<"EOF"
esac esac
shift shift
done done
EOF EOF