commit 4d8f8ab4d9e1997b1c446442870643234c133859 parent 4217d2555bbfe3bc737241f2b3e615faf1eb664d Author: Martin Kloeckner <mjkloeckner@gmail.com> Date: Tue, 19 Nov 2024 13:36:28 -0300 set `bash` instead of `sh` It seems that we are using bash style arrays so it is not fully POSIX Diffstat:
| M | scripts/sync.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/sync.sh b/scripts/sync.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash root_folder="$(pwd)" blog_folder="blog"
