From 6b89eafb9fdcddad894c6195fe4c9970087a25fe Mon Sep 17 00:00:00 2001 From: paulc Date: Wed, 10 Jun 2009 14:13:20 +0000 Subject: [PATCH] Added back missing interpreter name and final newline. git-svn-id: http://yate.null.ro/svn/yate/trunk@2700 acf43c95-373e-0410-b603-e72c3f656dc1 --- yate-config.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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