tests: fix interpreter path in run_gtester.sh.
authorTomas Mlcoch <xtojaj@gmail.com>
Fri, 17 May 2013 20:49:15 +0000 (22:49 +0200)
committerTomas Mlcoch <xtojaj@gmail.com>
Fri, 17 May 2013 20:49:15 +0000 (22:49 +0200)
tests/run_gtester.sh.in

index 306617b..8394d04 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/bash
+#!/bin/bash
 
 BINDIR="${CMAKE_BINARY_DIR}/tests/"
 RET=0