From 9b155bd6172a6e3b089def59e0146d7cacd6f6dc Mon Sep 17 00:00:00 2001 From: Michael Schout Date: Thu, 2 Dec 2010 10:46:23 -0600 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