CVS User Account cvsuser
Wed May 4 21:33:06 PDT 2005
Log Message:
-----------
Change to use /bin/sh rather than /usr/bin/bash, as that is more 
likely to be portable...

Modified Files:
--------------
    slony1-engine/tools:
        run_rep_tests.sh (r1.1 -> r1.2)

-------------- next part --------------
Index: run_rep_tests.sh
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/tools/run_rep_tests.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -Ltools/run_rep_tests.sh -Ltools/run_rep_tests.sh -u -w -r1.1 -r1.2
--- tools/run_rep_tests.sh
+++ tools/run_rep_tests.sh
@@ -1,4 +1,4 @@
-#!/usr/bin/bash
+#!/bin/sh
 # $Id$
 # Run Slony-I Replication Tests
 


More information about the Slony1-commit mailing list