mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-18 08:46:51 +00:00
8 lines
102 B
Plaintext
8 lines
102 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
regfile=`cat regfiles/lstrings`
|
||
|
output=`./lstrings`
|
||
|
|
||
|
test "$regfile" = "$output"
|
||
|
exit $?
|