Commit a4041bce authored by Marc G. Fournier's avatar Marc G. Fournier

parent dd6b1aaa
#!/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 ""
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