From 368cce98079483c183232c4d9abe2984b8bb1e14 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Tue, 4 Aug 2009 19:36:22 +0300 Subject: [PATCH] Fix unsorted check_symbols --- src/check_symbols | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/check_symbols b/src/check_symbols index 59f05f1394..8d7a4e4d16 100755 --- a/src/check_symbols +++ b/src/check_symbols @@ -2,7 +2,7 @@ # Plugin API consistency check for VLC # Copyright © 2007 Rémi Denis-Courmont. -if ! diff -u ${srcdir}/libvlccore.sym libvlc-sorted.sym; then +if ! diff -u libvlc-headers.sym libvlc-sorted.sym; then echo "Mismatching symbols found!" exit 1 fi -- 2.39.2