Whamcloud - gitweb
Branch HEAD
authorscjody <scjody>
Tue, 24 Apr 2007 01:12:07 +0000 (01:12 +0000)
committerscjody <scjody>
Tue, 24 Apr 2007 01:12:07 +0000 (01:12 +0000)
Run these with "bash" not "sh" since they use bash-only features disabled
when newer versions of bash are invoked as "sh".

build/branch.sh
build/land1.sh
build/land2.sh
build/merge1.sh
build/merge2.sh
build/replace1.sh
build/replace2.sh

index 591213f..88c0e42 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh -e 
+#!/bin/bash -e 
 CVS=${CVS:-cvs}
 
 progname=${0##*/}
index a4f56da..ef875e6 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh -e 
+#!/bin/bash -e 
 
 progname=${0##*/}
 
index 01a5309..ea616a9 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh -e 
+#!/bin/bash -e 
 
 CVS=cvs
 
index 1c9f68f..cbd3227 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh -e 
+#!/bin/bash -e 
 
 CONFLICTS=cvs-merge-conflicts
 CVS="cvs -z3"
index 92cb375..0ef27cc 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh -e 
+#!/bin/bash -e 
 
 if [ ! -f .mergeinfo ] ; then
     echo ".mergeinfo doesn't exist - exit"
index c7ab760..cb0c688 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh -e 
+#!/bin/bash -e 
 
 progname=${0##*/}
 
index 17d10ea..e0f7b2b 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh -e 
+#!/bin/bash -e 
 
 CVS=cvs