Index: head/devel/py-delfick_error/files/patch-docs_build.sh =================================================================== --- head/devel/py-delfick_error/files/patch-docs_build.sh (nonexistent) +++ head/devel/py-delfick_error/files/patch-docs_build.sh (revision 413023) @@ -0,0 +1,11 @@ +--- docs/build.sh.orig 2015-10-17 23:21:49 UTC ++++ docs/build.sh +@@ -11,7 +11,7 @@ for ARG in $*; do + done + + # use with --clean if you change anything in support +-if [[ $1 = "--clean" ]]; then ++if [ "$1" = "--clean" ]; then + rm -rf _build + fi + Property changes on: head/devel/py-delfick_error/files/patch-docs_build.sh ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property