aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib/scripts/jquery/update.sh
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2020-06-30 09:13:12 +0200
committerGitHub <noreply@github.com>2020-06-30 09:13:12 +0200
commit95ca65a41a881c3a37fd692ec2c11eaa5dd54998 (patch)
treecf959877b989e0b1c7f98121dbd18bc547375536 /lib/scripts/jquery/update.sh
parent8e51f8a889365e9caf375532493e68e4f3d35140 (diff)
parentcbfa4829d9bcd40d1cc3b9220fe78fa37c385c02 (diff)
downloaddokuwiki-95ca65a41a881c3a37fd692ec2c11eaa5dd54998.tar.gz
dokuwiki-95ca65a41a881c3a37fd692ec2c11eaa5dd54998.zip
Merge pull request #3172 from splitbrain/cli-shebang
Use envvars in shebang of executables
Diffstat (limited to 'lib/scripts/jquery/update.sh')
-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
#