]> gitweb @ CieloNegro.org - autobuild.git/commitdiff
The 'source' built-in command tries to search for the given filename in PATH when... master
authorPHO <pho@cielonegro.org>
Tue, 1 Sep 2015 09:50:31 +0000 (18:50 +0900)
committerPHO <pho@cielonegro.org>
Tue, 1 Sep 2015 09:50:31 +0000 (18:50 +0900)
src/resource.bash

index 5ae60ef221d273659bc1cbd7ed76c3f414ae60a8..46bbaf91be8ada9d72baa6178b07a2d21bc537e4 100644 (file)
@@ -5,10 +5,10 @@ setBuildTarget "all"
 setDocDirectory "."
 setDocTarget "all"
 
-if [[ -f "Build.rc" ]]; then
-    . "Build.rc"
+if [[ -f "./Build.rc" ]]; then
+    . "./Build.rc"
 fi
 
-if [[ -f "Build.rc.local" ]]; then
-    . "Build.rc.local"
+if [[ -f "./Build.rc.local" ]]; then
+    . "./Build.rc.local"
 fi