summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vallejo <jake@jahkeup.com>2021-11-09 15:09:38 -0800
committerVedang Manerikar <ved.manerikar@gmail.com>2021-11-10 10:21:26 +0530
commit8a7804acb66e3ec462cbea542958f8db9bbcbee3 (patch)
tree6c93dd8f02ee23ad350db018f91adecbac14eed1
parentf68899cf0646255ca763f1144f7a9520e7cd46db (diff)
fix: handle alternative paths to sh
Fixes #8 Signed-off-by: Jacob Vallejo <jake@jahkeup.com>
-rwxr-xr-xserver/autobuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/autobuild b/server/autobuild
index f09790d..9af5990 100755
--- a/server/autobuild
+++ b/server/autobuild
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env sh
##
## Installs package dependencies and builds the application.