From 683ef11587d4b160625c8f4afc9a2aadc98b7162 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Sun, 15 Oct 2023 11:18:28 +0200 Subject: [PATCH] Tweak run-jekyll script --- run-jekyll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-jekyll b/run-jekyll index 25f45ae..bd489d6 100755 --- a/run-jekyll +++ b/run-jekyll @@ -1,2 +1,2 @@ #!/bin/sh -jekyll serve -b '' -l +exec jekyll serve -b '' -l "$@"