#1109 and #1041. Correction to r4130

v0.27.3
Robin Mills 10 years ago
parent 078d983a06
commit af0407e8e7

@ -12,7 +12,7 @@ config=Release
vs=2013
result=0
source functions.so
source $(find . -name functions.so)
##
# determine location of the build and source directories

@ -11,7 +11,7 @@
# status : filter last build with grep
#
##
source functions.so
source $(find . -name functions.so)
base=$(basename $0)
if [ -z "$base" ]; then base=jenkins_build ; fi

@ -1,6 +1,6 @@
#!/bin/bash
source functions.source
source $(find . -name functions.so)
##
# figure out today's build

Loading…
Cancel
Save