From 9ce7f719e26620de59255d4a18e1b23deda15eb7 Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Sun, 29 May 2011 17:28:42 +0200 Subject: [PATCH] shebang --- scripts/make_command-t.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/make_command-t.sh b/scripts/make_command-t.sh index b7ea684..0b7fd10 100755 --- a/scripts/make_command-t.sh +++ b/scripts/make_command-t.sh @@ -1 +1,3 @@ +#!/bin/sh + cd ~/.vim/bundle.available/command-t/ruby/command-t && /usr/bin/ruby extconf.rb && make