summaryrefslogtreecommitdiff
path: root/bin/autoindent
diff options
context:
space:
mode:
Diffstat (limited to 'bin/autoindent')
-rwxr-xr-xbin/autoindent2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/autoindent b/bin/autoindent
index c45da1e..52c61c6 100755
--- a/bin/autoindent
+++ b/bin/autoindent
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
file=$1
sed -i 's/^\s*//' "$file"
emacs --batch "$file" \