summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl 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
committerKarl 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
commit936cc1bc36840eb9752522cae043fec4fb53d39e (patch)
tree42f0b028add5de737c8bc1e4d568e60794699344
parent0f79ed8398f3206e9df3da46c30e5c5d1f42fce4 (diff)
downloadstandingwithresilience-936cc1bc36840eb9752522cae043fec4fb53d39e.tar.gz
standingwithresilience-936cc1bc36840eb9752522cae043fec4fb53d39e.zip
normalize path to env
-rwxr-xr-xbackend/dep/build_ikiwiki.sh2
-rwxr-xr-xbackend/wrapped_ssh.sh2
2 files changed, 2 insertions, 2 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 )"
diff --git a/backend/wrapped_ssh.sh b/backend/wrapped_ssh.sh
index 8281e9d..238f735 100755
--- a/backend/wrapped_ssh.sh
+++ b/backend/wrapped_ssh.sh
@@ -1,4 +1,4 @@
-#!/bin/env sh
+#!/usr/bin/env sh
SCRIPTDIR="$( cd "$( dirname "$0" )" >/dev/null 2>&1 && pwd )"