aboutsummaryrefslogtreecommitdiffstats
path: root/mkpkgconfig
diff options
context:
space:
mode:
Diffstat (limited to 'mkpkgconfig')
-rwxr-xr-xmkpkgconfig2
1 files changed, 1 insertions, 1 deletions
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