#!/bin/sh

echo "# automatically derived from Specs.X "

expand | \
${SED} \
    -e 's@#.*@@' \
    -e 's@^#.*@@' \
    -e 's@\([^ ][^ ]*\)[ ]*[:]*=[ ]*\(.*\)[ ]*$@\1=\"\2\"; export \1@'
