summaryrefslogtreecommitdiff
path: root/install_release.sh
diff options
context:
space:
mode:
authorSander Vrijders <sander.vrijders@intec.ugent.be>2017-02-13 15:18:45 +0100
committerSander Vrijders <sander.vrijders@intec.ugent.be>2017-02-13 15:18:45 +0100
commit111bf59e8ee454973df17ce9686566ee0d9cd03a (patch)
tree00387675543c0c6eef80329d3f2475acac0a8bdd /install_release.sh
parentd26df9b9fd1dd50ed9c26518fcecfe2af7ca4868 (diff)
downloadouroboros-111bf59e8ee454973df17ce9686566ee0d9cd03a.tar.gz
ouroboros-111bf59e8ee454973df17ce9686566ee0d9cd03a.zip
build: Make install scripts OS agnostic
This makes the install scripts OS agnostic, since env is used to call bash, which just uses looks for bash in the path.
Diffstat (limited to 'install_release.sh')
-rwxr-xr-xinstall_release.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install_release.sh b/install_release.sh
index f5d08bb5..5bd56a42 100755
--- a/install_release.sh
+++ b/install_release.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
ME=install_release