From 550c21dc983f8443f5c883a7357a5c3c039b6600 Mon Sep 17 00:00:00 2001 From: Michael Schout Date: Fri, 3 Dec 2010 00:46:23 +0800 Subject: [PATCH] fix shbang line so it will find python if not in /usr/bin --- autojump | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autojump b/autojump index 3195d0e..bae1aa4 100755 --- a/autojump +++ b/autojump @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python #Copyright Joel Schaerer 2008-2010 #This file is part of autojump