Browse Source

Add shebang line to fuzz_multi.sh (fixes SC2148)

rl1987 5 years ago
parent
commit
1ee991ed4b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/test/fuzz/fuzz_multi.sh

+ 2 - 0
src/test/fuzz/fuzz_multi.sh

@@ -1,3 +1,5 @@
+#!/bin/sh
+
 MEMLIMIT_BYTES=21990500990976
 
 N_CPUS=1