Skip to content
Snippets Groups Projects
Commit 4aa1aabd authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

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

parent 1f2f53c6
No related branches found
No related tags found
No related merge requests found
#!/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 ""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment