From 6d0b245927779e68c2554880ad46d4299d4b11d4 Mon Sep 17 00:00:00 2001
From: Ralph Amissah <ralph@amissah.com>
Date: Wed, 2 Dec 2015 18:23:00 -0500
Subject: sorting

---
 tangle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'tangle')

diff --git a/tangle b/tangle
index 8e7569d..d6aa952 100755
--- a/tangle
+++ b/tangle
@@ -8,7 +8,7 @@ EMACSLISP_ORG=~/.emacs.d/elpa/org-20151005
 EMACSLISP_ORG_CONTRIB=~/.emacs.d/elpa/org-plus-contrib-20151005
 # wrap each argument in the code required to call tangle on it
 for i in $@; do
- ORGFILES="$ORGFILES \"$i\""
+  ORGFILES="$ORGFILES \"$i\""
 done
 emacs --batch -Q -q \
 --eval "(progn
-- 
cgit v1.2.3