From bfe913f11db76bc4f3eb3d35c040c9fa8028b800 Mon Sep 17 00:00:00 2001 From: Marc Stevens Date: Fri, 22 Mar 2024 16:47:27 +0100 Subject: [PATCH] Update textcoll.sh --- scripts/textcoll.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/textcoll.sh b/scripts/textcoll.sh index 2c9d9a52..7e43f32a 100755 --- a/scripts/textcoll.sh +++ b/scripts/textcoll.sh @@ -32,7 +32,7 @@ $TEXTCOLL $MDIFF $FIRSTBLOCKBYTES --prepare --pathfile textcoll_path.bin.gz --al $TEXTCOLL $MDIFF $FIRSTBLOCKBYTES --firstblock --pathfile textcoll_path.bin.gz --alphabet $ALPHABET --prefixfile ${prefixfile} || exit 1 -collfile=`ls textcoll1_*.txt | head -n` +collfile=`ls textcoll1_*.txt | head -n1` cat ${prefixfile} ${collfile} > partial_solution.txt