File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
echo " status = $status "
5
5
[ " $status " -eq 1 ]
6
6
[ " ${lines[0]} " = " NAME" ]
7
- [ " ${lines[1]} " = " Duplo $DUPLO_VERSION - duplicate source code block finder" ]
7
+ [ " ${lines[1]} " = " Duplo v1.0.1 - duplicate source code block finder" ]
8
8
[ " ${lines[2]} " = " SYNOPSIS" ]
9
9
[ " ${lines[3]} " = " duplo [OPTIONS] [INTPUT_FILELIST] [OUTPUT_FILE]" ]
10
10
[ " ${lines[4]} " = " DESCRIPTION" ]
23
23
[ " ${lines[17]} " = " INPUT_FILELIST input filelist (specify '-' to read from stdin)" ]
24
24
[ " ${lines[18]} " = " OUTPUT_FILE output file" ]
25
25
[ " ${lines[19]} " = " VERSION" ]
26
- [ " ${lines[20]} " = " $DUPLO_VERSION " ]
26
+ [ " ${lines[20]} " = " v1.0.1 " ]
27
27
[ " ${lines[21]} " = " AUTHORS" ]
28
28
[ " ${lines[22]} " = " Daniel Lidstrom (dlidstrom@gmail.com)" ]
29
29
[ " ${lines[23]} " = " Christian M. Ammann (cammann@giants.ch)" ]
You can’t perform that action at this time.
0 commit comments