summaryrefslogtreecommitdiff
path: root/bin/autoindent
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2014-06-30 10:48:47 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2014-06-30 10:48:47 -0400
commit0453b075c73817f7c05de14894ec78f3d6356c81 (patch)
tree6b0b9f624ff650fd0f463a6d8657b4fa048a0d7e /bin/autoindent
parent7f6458d67fa9e7f67e18e97ac61d5575dd1ccb21 (diff)
parent6cecf38dee88116feffd0d8a292df0e79de4184a (diff)
Merge branch 'clean'
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" \