Explorar el Código

ncd/tests/run_tests: fix shebang /bin/sh to /bin/bash

ambrop7 hace 13 años
padre
commit
a19af8ec87
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      ncd/tests/run_tests

+ 1 - 1
ncd/tests/run_tests

@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 NCD=$1
 USE_VALGRIND=$2