Browse Source

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

ambrop7 13 years ago
parent
commit
a19af8ec87
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ncd/tests/run_tests

+ 1 - 1
ncd/tests/run_tests

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