mirror of https://github.com/postgres/postgres
Don't do config.status substitutions into the regression test makefile.REL7_1_STABLE
parent
8d77c1a8aa
commit
c39c198bc3
@ -1,4 +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] }' |
||||
../../../config/config.guess |awk -F\- '{ split($3,a,/[0-9]/); printf"%s-%s", $1, a[1] }' |
||||
echo "" |
||||
|
Loading…
Reference in new issue