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

This commit is contained in:
Peter Eisentraut 2000-11-04 13:37:39 +00:00
parent 1f2f53c648
commit 4aa1aabd7a
1 changed files with 0 additions and 4 deletions

View File

@ -1,4 +0,0 @@
#!/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 ""