mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 13:46:43 +00:00
8 lines
114 B
Plaintext
8 lines
114 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
regfile=`cat ${srcdir}/regfiles/filetools`
|
||
|
output=`./filetools`
|
||
|
|
||
|
test "$regfile" = "$output"
|
||
|
exit $?
|