summaryrefslogtreecommitdiff
path: root/install_debug.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_debug.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_debug.sh')
-rwxr-xr-xinstall_debug.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install_debug.sh b/install_debug.sh
index dacb7cd2..8f39be00 100755
--- a/install_debug.sh
+++ b/install_debug.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
BUILDDIR=build
DEBUGDIR=debug