Browse Source

Switched to use /usr/bin/env to locate bash instead of using a hard coded path, this allows bash to be located outside of /usr/bin and for /usr/bin to be kept pristine

David Wimsey 11 years ago
parent
commit
d7e2071eea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Build/cmake/gen_filelists.sh

+ 1 - 1
Build/cmake/gen_filelists.sh

@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 
 basedir="../.."
 basedir="../.."
 file=Build/cmake/FileList.cmake
 file=Build/cmake/FileList.cmake