ctubbsii commented on a change in pull request #100: Drop example files
URL: https://github.com/apache/accumulo-testing/pull/100#discussion_r306067383
##########
File path: bin/build
##########
@@ -18,10 +18,6 @@
bin_dir=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
at_home=$( cd "$( dirname "$bin_dir" )" && pwd )
-if [ -f "$at_home/conf/env.sh" ]; then
- conf="$at_home/conf/env.sh"
-else
- conf="$at_home/conf/env.sh.example"
-fi
-echo "Using $conf for setup"
-source $conf
+env_sh="$at_home/conf/env.sh"
+echo "Using $env_sh for setup"
+source $env_sh
Review comment:
The file always exists unless you deleted it from the repo after checking it
out.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services