Wed May 4 21:33:06 PDT 2005
- Previous message: [Slony1-commit] By cbbrowne: Changes to Debian control files per Tim Goodaire * Fixes
- Next message: [Slony1-commit] By cbbrowne: Add move set test, test_D_moveset Also, take out simple
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Slony1-commit] By cbbrowne: Changes to Debian control files per Tim Goodaire * Fixes
- Next message: [Slony1-commit] By cbbrowne: Add move set test, test_D_moveset Also, take out simple
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list