8 lines
143 B
Bash
Executable File
8 lines
143 B
Bash
Executable File
#!/bin/sh
|
|
# Test @@ in macro expansions, etc. --eliz, 14nov99.
|
|
|
|
: ${srcdir=.}
|
|
../makeinfo $srcdir/macro-at.txi || exit 1
|
|
|
|
rm -f macro-at.info
|