[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [breeze-icons] /: Fix validate_svg.sh on FreeBSD.
From:       Gleb Popov <6yearold () gmail ! com>
Date:       2016-09-26 9:49:16
Message-ID: E1boSXE-00028w-1W () code ! kde ! org
[Download RAW message or body]

Git commit 9e0466a1996717e44ca8c3842abd304d69af7ea7 by Gleb Popov.
Committed on 26/09/2016 at 12:48.
Pushed by arrowdodger into branch 'master'.

Fix validate_svg.sh on FreeBSD.

REVIEW: 129020

M  +1    -1    validate_svg.sh

http://commits.kde.org/breeze-icons/9e0466a1996717e44ca8c3842abd304d69af7ea7

diff --git a/validate_svg.sh b/validate_svg.sh
index bbc3076..adaf26f 100644
--- a/validate_svg.sh
+++ b/validate_svg.sh
@@ -1,6 +1,6 @@
 #!/usr/bin/env bash
 =

-find -name '*.svg' -exec xmllint --noout {} + 2> xmlerrors
+find . -name '*.svg' -exec xmllint --noout {} + 2> xmlerrors
 if [ -s xmlerrors ]; then
     cat xmlerrors
     rm xmlerrors
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic