blob: 3b00bab7bd664eceb2a67bd57e3240547688e371 [file] [log] [blame]
x='*'
cat <<- EOF
${x#'*'}
EOF
echo Ok1:$?
cat <<EOF
${x#'*'}
EOF
echo Ok2:$?