[Bps-public-commit] Shipwright branch, master, updated. 719eda922e06c20870a25d3d80396caace69bbc2
? sunnavy
sunnavy at bestpractical.com
Wed Feb 23 00:11:58 EST 2011
The branch, master has been updated
via 719eda922e06c20870a25d3d80396caace69bbc2 (commit)
from 27efb84c46e857efdc3b73a4b6b179a6c559bbe7 (commit)
Summary of changes:
share/etc/shipwright-source-bash | 1 -
share/etc/shipwright-source-tcsh | 1 -
2 files changed, 0 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 719eda922e06c20870a25d3d80396caace69bbc2
Author: sunnavy <sunnavy at bestpractical.com>
Date: Wed Feb 23 13:13:23 2011 +0800
no need shebang for source files
diff --git a/share/etc/shipwright-source-bash b/share/etc/shipwright-source-bash
index 3d5dee2..7b3f5f8 100644
--- a/share/etc/shipwright-source-bash
+++ b/share/etc/shipwright-source-bash
@@ -1,4 +1,3 @@
-#!/usr/bin/env bash
if [ $# = 1 ]; then
export PATH=$1/sbin:$1/bin:$1/usr/sbin:$1/usr/bin:$PATH
# fix vessels which ship their own ncurses, but don't clobber $TERMINFO
diff --git a/share/etc/shipwright-source-tcsh b/share/etc/shipwright-source-tcsh
index d7b9b5d..a412a0a 100644
--- a/share/etc/shipwright-source-tcsh
+++ b/share/etc/shipwright-source-tcsh
@@ -1,4 +1,3 @@
-#!/usr/bin/env tcsh
if ( $# == 1 ) then
setenv PATH $1/sbin:$1/bin:$1/usr/sbin:$1/usr/bin:$PATH
# fix vessels which ship their own ncurses, but don't clobber $TERMINFO
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list