about summary refs log tree commit diff
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2015-08-10 12:07:28 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2015-08-10 12:07:28 +0200
commit968f620a131010857f7bf84cf338835bbe91fcc0 (patch)
tree740a65650dde0ef3befec3ae9f3e7e1c9b4daffb
parent983aee5f607174fe9b541043ec0ae43225181e0c (diff)
downloadnq-968f620a131010857f7bf84cf338835bbe91fcc0.tar.gz
nq-968f620a131010857f7bf84cf338835bbe91fcc0.tar.xz
nq-968f620a131010857f7bf84cf338835bbe91fcc0.zip
tq: reindent.
-rwxr-xr-xtq10
1 files changed, 5 insertions, 5 deletions
diff --git a/tq b/tq
index 88c6d87..1a8bbeb 100755
--- a/tq
+++ b/tq
@@ -9,9 +9,9 @@ p=${s##*.}
 printf '%s\n' "$s"
 
 if [ -n "$p" ] && [ -n "$TMUX" ]; then
-        tmux new-window -a -d -n '<' -c '#{pane_current_path}' \
-                "trap true INT QUIT TERM EXIT;
-                 tail -F --pid=$p $s || kill $p;
-                 printf '[%d exited, ^D to exit.]\n' $p;
-                 cat >/dev/null"
+	tmux new-window -a -d -n '<' -c '#{pane_current_path}' \
+		"trap true INT QUIT TERM EXIT;
+		 tail -F --pid=$p $s || kill $p;
+		 printf '[%d exited, ^D to exit.]\n' $p;
+		 cat >/dev/null"
 fi