diff options
Diffstat (limited to 'src/chroot-tools/librechroot')
-rwxr-xr-x | src/chroot-tools/librechroot | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/chroot-tools/librechroot b/src/chroot-tools/librechroot index e5ca1f7..0b3ad43 100755 --- a/src/chroot-tools/librechroot +++ b/src/chroot-tools/librechroot @@ -1,4 +1,5 @@ -#!/bin/bash -euE +#!/usr/bin/env bash +set -euE # librechroot # Copyright 2010 Nicolás Reynolds |