diff options
author | Karl Semich <karl@Karl-Semich--0xloem-at-gmail-dot-com--txt-1-207-518-8256.Caring.goals.words.and.actions.are.more.important.than.anything> | 2020-03-02 14:41:59 -0500 |
---|---|---|
committer | Karl Semich <karl@Karl-Semich--0xloem-at-gmail-dot-com--txt-1-207-518-8256.Caring.goals.words.and.actions.are.more.important.than.anything> | 2020-03-02 14:41:59 -0500 |
commit | 936cc1bc36840eb9752522cae043fec4fb53d39e (patch) | |
tree | 42f0b028add5de737c8bc1e4d568e60794699344 /backend/dep | |
parent | 0f79ed8398f3206e9df3da46c30e5c5d1f42fce4 (diff) | |
download | standingwithresilience-936cc1bc36840eb9752522cae043fec4fb53d39e.tar.gz standingwithresilience-936cc1bc36840eb9752522cae043fec4fb53d39e.zip |
normalize path to env
Diffstat (limited to 'backend/dep')
-rwxr-xr-x | backend/dep/build_ikiwiki.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/dep/build_ikiwiki.sh b/backend/dep/build_ikiwiki.sh index 3635e40..55698a3 100755 --- a/backend/dep/build_ikiwiki.sh +++ b/backend/dep/build_ikiwiki.sh @@ -1,4 +1,4 @@ -#!/bin/env bash +#!/usr/bin/env bash SCRIPTDIR="$( cd "$( dirname "$0" )" >/dev/null 2>&1 && pwd )" |