summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@ifm.com>2022-08-06 08:41:50 +0200
committerMatthias Beyer <matthias.beyer@ifm.com>2022-08-16 16:05:46 +0200
commit35b9b7d2ce66cabb43f43d42aadc6826f75fc96d (patch)
treec6a5bd838a6fb45b632829806fb7c9947da2f68a /docs
parent6f4c77223c3ab7aa9d751f1d46f708e49917111d (diff)
Fix: Add shebang
This fixes shellcheck SC2148 Signed-off-by: Matthias Beyer <matthias.beyer@ifm.com>
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/gen-ref-docs.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/gen-ref-docs.sh b/docs/gen-ref-docs.sh
index cbaed264..a75165ff 100755
--- a/docs/gen-ref-docs.sh
+++ b/docs/gen-ref-docs.sh
@@ -1,3 +1,5 @@
+#!/usr/bin/env bash
+
SRC=docs/src/references
PATH=$PATH:target/debug:target/release