Skip to content

Commit 166bd9c

Browse files
committed
Update LABEL for copy README.md
1 parent 74f9e5f commit 166bd9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LABEL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ if [ $DO_WEB -eq 0 ];then
515515
fi
516516
cd "$owd"
517517
(( $DO_WEB )) || cp "$ppath"/${project}_final.txt "$OUTPUT_DIR"
518-
cp "$bpath"/$resources/README.md "$ppath"
518+
cp "$bpath"/README.md "$ppath"
519519
(( $DO_WEB )) || "$bin"/evaluateResults.pl -H -S "$ppath"/${project}_final.txt >&2
520520

521521
if [ $NO_DELETE -eq 0 ];then

0 commit comments

Comments
 (0)