mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 13:46:43 +00:00
c0ce7ff659
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13297 a592a061-630c-0410-9148-cb99ea01b6c8
8 lines
114 B
Bash
Executable File
8 lines
114 B
Bash
Executable File
#!/bin/bash
|
|
|
|
regfile=`cat ${srcdir}/regfiles/filetools`
|
|
output=`./filetools`
|
|
|
|
test "$regfile" = "$output"
|
|
exit $?
|