diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-09-12 11:38:08 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-09-12 11:38:08 -0400 |
commit | 610699384997e346f7826fe912dcd511ecc4cd8c (patch) | |
tree | aa15488bb29b895a1eba569852d1a69a67ba06f1 /src/chroot-tools/chcleanup | |
parent | eeba3ea0411078424d8f0d127d792618c2a929d3 (diff) | |
parent | 6d6b719221d3b4190325b43a3fbfd14405765420 (diff) |
Merge branch 'fauno~2' (early part) into master
Diffstat (limited to 'src/chroot-tools/chcleanup')
-rwxr-xr-x | src/chroot-tools/chcleanup | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/chroot-tools/chcleanup b/src/chroot-tools/chcleanup index 0461de2..a43065b 100755 --- a/src/chroot-tools/chcleanup +++ b/src/chroot-tools/chcleanup @@ -1,4 +1,5 @@ -#!/bin/bash -eE +#!/usr/bin/env bash +set -eE # (c) Nicolás Reynolds <fauno@parabola.nu> # Released under GPLv3 # |