diff options
author | Phy <git@phy25.com> | 2020-06-13 18:41:58 -0400 |
---|---|---|
committer | Phy <git@phy25.com> | 2020-06-13 18:41:58 -0400 |
commit | cbfa4829d9bcd40d1cc3b9220fe78fa37c385c02 (patch) | |
tree | 0dd2f4cb9b4fb85e111b784e82e0f3e7c89a9aaf /lib/scripts | |
parent | 6c539c6b73cbcabf05c8cee1c0b9fe12221785ed (diff) | |
download | dokuwiki-cbfa4829d9bcd40d1cc3b9220fe78fa37c385c02.tar.gz dokuwiki-cbfa4829d9bcd40d1cc3b9220fe78fa37c385c02.zip |
use envvars in shebang
Diffstat (limited to 'lib/scripts')
-rwxr-xr-x | lib/scripts/jquery/update.sh | 2 |
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 # |