aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib/scripts
diff options
context:
space:
mode:
authorPhy <git@phy25.com>2020-06-13 18:41:58 -0400
committerPhy <git@phy25.com>2020-06-13 18:41:58 -0400
commitcbfa4829d9bcd40d1cc3b9220fe78fa37c385c02 (patch)
tree0dd2f4cb9b4fb85e111b784e82e0f3e7c89a9aaf /lib/scripts
parent6c539c6b73cbcabf05c8cee1c0b9fe12221785ed (diff)
downloaddokuwiki-cbfa4829d9bcd40d1cc3b9220fe78fa37c385c02.tar.gz
dokuwiki-cbfa4829d9bcd40d1cc3b9220fe78fa37c385c02.zip
use envvars in shebang
Diffstat (limited to 'lib/scripts')
-rwxr-xr-xlib/scripts/jquery/update.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/scripts/jquery/update.sh b/lib/scripts/jquery/update.sh
index e950d89b7..10c29c4ee 100755
--- a/lib/scripts/jquery/update.sh
+++ b/lib/scripts/jquery/update.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env sh
#
# This script loads the latest jQuery and jQuery-UI 1.* versions from jQuery's CDN
#