]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Maintenance: Formater skip libltdl dirs
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 27 Jun 2010 09:21:15 +0000 (21:21 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 27 Jun 2010 09:21:15 +0000 (21:21 +1200)
scripts/source-maintenance.sh

index 4f595d6d3944806c5d6bcdfcfbc8e17ec5577593..ad743c7a06b688683fb8ba21078f453c7660492e 100755 (executable)
@@ -76,7 +76,9 @@ for FILENAME in `ls -1`; do
 
     esac
 
-    if test -d $FILENAME ; then
+    if test "$FILENAME" = "libltdl" ; then
+        :
+    elif test -d $FILENAME ; then
        cd $FILENAME
        srcformat ${ROOT} || exit 1
        cd ..