8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd6b1aa commit a4041bcCopy full SHA for a4041bc
src/test/regress/system.sh
@@ -0,0 +1,4 @@
1
+#!/bin/sh
2
+echo -n "string to use for system specific expected/* files: "
3
+../../config.guess |awk -F\- '{ split($3,a,/[0-9]/); printf"%s-%s", $1, a[1] }'
4
+echo ""
0 commit comments