fixing the shebang line for portability.
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Fri, 12 Sep 2008 03:16:59 +0000 (23:16 -0400)
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Fri, 12 Sep 2008 03:16:59 +0000 (23:16 -0400)
debian/changelog
src/monkeysphere
src/monkeysphere-server
src/monkeysphere-ssh-proxycommand

index 6acb8e5a05fbef4a74921f5c814874cb350afd57..895a5b2180a07ebd6a02e1251119a7da59b9b9e0 100644 (file)
@@ -1,3 +1,11 @@
+monkeysphere (0.16-1) UNRELEASED; urgency=low
+
+  [ Daniel Kahn Gillmor ]
+  * replaced "#!/bin/bash" with "#!/usr/bin/env bash" for better
+    portability.
+
+ -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Thu, 11 Sep 2008 23:16:31 -0400
+
 monkeysphere (0.15-1) experimental; urgency=low
 
   * porting work and packaging simplification: clarifying makefiles,
index e8ca9e2b08d4c7ca8c23fef1495cdba22c41bb92..512d608bf7d2f376f1fb36ff3ddbe2348af0864b 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 # monkeysphere: MonkeySphere client tool
 #
index 8139387cca858152a2b9a2da42becbddabb04468..4cda00841bf8f33992eee20df9fa2add41986112 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 # monkeysphere-server: MonkeySphere server admin tool
 #
index a7b87ca76f9abff956e1f8a1ea885f963332c2c0..62760929e1861112c3e17c1bf6ea1af9b1cdffc4 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 # monkeysphere-ssh-proxycommand: MonkeySphere ssh ProxyCommand hook
 #