From 70cedacdde512d2ed5984eec242c55f3239b73fc Mon Sep 17 00:00:00 2001 From: markster Date: Tue, 14 Dec 2004 23:36:30 +0000 Subject: Merge slimey's Solaris compatibility (with small mods) (bug #2740) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4446 f38db490-d61c-443f-a65b-d21fe96a405b --- mkpkgconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mkpkgconfig') diff --git a/mkpkgconfig b/mkpkgconfig index a4f143bed..3b097a9fe 100755 --- a/mkpkgconfig +++ b/mkpkgconfig @@ -2,7 +2,7 @@ PPATH=$1 ## Make sure we were called from Makefile -if [ "x$ASTERISKVERSIONNUM" == "x" ]; then +if [ "x$ASTERISKVERSIONNUM" = "x" ]; then echo " ** Do not call this script directly" exit fi -- cgit v1.2.3