Commit 4aa1aabd authored by Peter Eisentraut's avatar Peter Eisentraut

This is no longer used since we have the 'resultmap'.

parent 1f2f53c6
#!/bin/sh
echo -n "string to use for system specific expected/* files: "
../../../config/config.guess |awk -F\- '{ split($3,a,/[0-9]/); printf"%s-%s", $1, a[1] }'
echo ""
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment