]> granicus.if.org Git - postgresql/commitdiff
provides string to be used for expected/* files for system specific output...
authorMarc G. Fournier <scrappy@hub.org>
Mon, 26 Apr 1999 13:33:19 +0000 (13:33 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Mon, 26 Apr 1999 13:33:19 +0000 (13:33 +0000)
src/test/regress/system.sh [new file with mode: 0755]

diff --git a/src/test/regress/system.sh b/src/test/regress/system.sh
new file mode 100755 (executable)
index 0000000..4a30e20
--- /dev/null
@@ -0,0 +1,4 @@
+#!/bin/sh
+echo -n "string to use for system specific expected/* files: "
+../../config.guess |awk -F\- '{ split($3,a,/[0-9]/); printf"%s-%s", $1, a[1] }'
+echo ""