diff options
| author | Jacob Vallejo <jake@jahkeup.com> | 2021-11-09 15:09:38 -0800 |
|---|---|---|
| committer | Vedang Manerikar <ved.manerikar@gmail.com> | 2021-11-10 10:21:26 +0530 |
| commit | 8a7804acb66e3ec462cbea542958f8db9bbcbee3 (patch) | |
| tree | 6c93dd8f02ee23ad350db018f91adecbac14eed1 | |
| parent | f68899cf0646255ca763f1144f7a9520e7cd46db (diff) | |
fix: handle alternative paths to sh
Fixes #8
Signed-off-by: Jacob Vallejo <jake@jahkeup.com>
| -rwxr-xr-x | server/autobuild | 2 |
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. |
