Fix interpreter path
[novacoin.git] / share / genbuild.sh
index 7eee927..f03382c 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 realpath() {
     [[ $1 = /* ]] && echo "$1" || echo "$PWD/${1#./}"