summaryrefslogtreecommitdiff
path: root/buildenv
diff options
context:
space:
mode:
Diffstat (limited to 'buildenv')
-rwxr-xr-xbuildenv2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildenv b/buildenv
index 84a1fc2..5caea0c 100755
--- a/buildenv
+++ b/buildenv
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
trap "umount_all" 0 ERR TERM KILL