aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjörn Brandenburg <bbb@mpi-sws.org>2016-03-29 10:39:30 -0400
committerBjörn Brandenburg <bbb@mpi-sws.org>2016-03-29 10:39:30 -0400
commit8fbe5ea60702063cad290a641b0965ad00fbcc06 (patch)
tree8f7efd2461a8e6f86d5d2bc51f9973ba5e617e4a
parent1baefa0bacd9df3f6aed9b097c4916989cf2caab (diff)
ft-count-samples: Fix name of required utility
fixup name change that was missed during the initial port
-rwxr-xr-xft-count-samples4
1 files changed, 2 insertions, 2 deletions
diff --git a/ft-count-samples b/ft-count-samples
index b08f5fd..b9da552 100755
--- a/ft-count-samples
+++ b/ft-count-samples
@@ -35,8 +35,8 @@ function die()
35 exit 1 35 exit 1
36} 36}
37 37
38SHUFFLE_TRUNCATE=`find_helper shuffle_truncate.py` 38SHUFFLE_TRUNCATE=`find_helper ft-shuffle-truncate`
39[ -z "$SHUFFLE_TRUNCATE" ] && die "Can't find 'shuffle_truncate.py' utility." 39[ -z "$SHUFFLE_TRUNCATE" ] && die "Can't find 'ft-shuffle-truncate' utility."
40 40
41for E in ${!MATCHES[@]} 41for E in ${!MATCHES[@]}
42do 42do