opnsense-ports/devel/py-delfick_error/files/patch-docs_build.sh
Franco Fichtner c3f907f51a */*: sync with upstream
Taken from: FreeBSD
2016-04-12 02:53:07 +02:00

11 lines
250 B
Bash

--- 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