mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-17 00:30:55 +00:00
8 lines
108 B
Plaintext
8 lines
108 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
regfile=`cat ${srcdir}/regfiles/biblio`
|
||
|
output=`./biblio`
|
||
|
|
||
|
test "$regfile" = "$output"
|
||
|
exit $?
|