aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress/system.sh
blob: 4a30e207053b55d1bce65e3bc78aac14aab384dc (plain)
1
2
3
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 ""