summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2020-12-30 19:24:20 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2020-12-30 19:37:09 +0100
commit9d6447c7c5d76c2048ead843f05506e09c89940d (patch)
tree9db19b83692fc0123dd36fb0c794826191f9154c /build.sh
parent8170b6616c13828b434e0103b362ca0e056309d0 (diff)
downloadquatuorbellefeuille.com-9d6447c7c5d76c2048ead843f05506e09c89940d.tar.xz
Templatize index
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 62487bd..fe0d551 100755
--- a/build.sh
+++ b/build.sh
@@ -26,7 +26,7 @@ done
sed -i /'{STYLESHEETS}'/'c\'"${link_stylesheets}" ${output}
-if test "${current_div}"
+if test "${current_div:-}"
then
sed -i s"${current_div}" ${output}
fi