cat > script <<'+-+-+-+-+-END-OF-FILE-+-+-+-+-+'
print x;
+-+-+-+-+-END-OF-FILE-+-+-+-+-+
chmod 755 script
cat > stdout <<'+-+-+-+-+-END-OF-FILE-+-+-+-+-+'

*** Error: variable or attribute 'x' has not been assigned a value

Error occurred around source line 1 of file script
+-+-+-+-+-END-OF-FILE-+-+-+-+-+
chmod 644 stdout
cat > tag <<'+-+-+-+-+-END-OF-FILE-+-+-+-+-+'
check that the unbound variable message works
+-+-+-+-+-END-OF-FILE-+-+-+-+-+
chmod 644 tag
cat > stdout.jp_euc <<'+-+-+-+-+-END-OF-FILE-+-+-+-+-+'

*** Error: ϥȥӥ塼 'x' ͤƤޤ

եΡ1 դǥ顼ޤ ե script
+-+-+-+-+-END-OF-FILE-+-+-+-+-+
chmod 644 stdout.jp_euc
