This website works better with JavaScript
Home
Explore
Help
Sign In
cpp
/
libRocket
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
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
1acbd77862
commit
d7e2071eea
1 changed files
with
1 additions
and
1 deletions
Unified View
Show Diff Stats
1
1
Build/cmake/gen_filelists.sh
+ 1
- 1
Build/cmake/gen_filelists.sh
View File
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/
usr/
bin/
env
bash
basedir="../.."
basedir="../.."
file=Build/cmake/FileList.cmake
file=Build/cmake/FileList.cmake