summaryrefslogtreecommitdiff
path: root/prepare
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2020-12-08 16:07:54 +0100
committerBond_009 <bond.009@outlook.com>2020-12-08 16:07:54 +0100
commit210ef0b7b90d685a248d5ed493ee502f78524085 (patch)
tree88448b47a0f0cde4a175a6551590ede274cb9709 /prepare
parent2898f172c0b95a7b031f539eefa0f26687e320f1 (diff)
Fix bench prepare script
Diffstat (limited to 'prepare')
-rwxr-xr-xprepare2
1 files changed, 1 insertions, 1 deletions
diff --git a/prepare b/prepare
index 5595107..1702aa0 100755
--- a/prepare
+++ b/prepare
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
-cd $(("$1"))
+cd ${1#0}
file="part$2.c"
if test -f "part$2_fast.c"
then