[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] [githax/master] perl likes to hang around in /usr/bin. thanks to shahn iirc
Author: Nick Mathewson <nickm@xxxxxxxxxxxxxx>
Date: Mon, 9 Aug 2010 16:48:09 -0400
Subject: perl likes to hang around in /usr/bin. thanks to shahn iirc
Commit: 8075fcc146302edccd59f56ac4496e4acfc9c8c5
---
scripts/listMergedBranches | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/scripts/listMergedBranches b/scripts/listMergedBranches
index 77023a5..8e8621c 100755
--- a/scripts/listMergedBranches
+++ b/scripts/listMergedBranches
@@ -1,4 +1,4 @@
-#!/bin/perl
+#!/usr/bin/perl
#
# This is a handy tool I use to see which of my local (and public) branches
# I have already merged into master.
--
1.7.1