Updated Branches: refs/heads/master c11e41cbf -> 398610d48
ACCUMULO-2192 make the script boilerplate the first thing in the script Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/9747cc76 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/9747cc76 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/9747cc76 Branch: refs/heads/master Commit: 9747cc76799cfdbb8be2e30448ff738c0d0a31ce Parents: 9a34281 Author: Eric Newton <[email protected]> Authored: Tue Jan 14 15:20:37 2014 -0500 Committer: Eric Newton <[email protected]> Committed: Tue Jan 14 15:20:43 2014 -0500 ---------------------------------------------------------------------- test/system/continuous/start-stats.sh | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/9747cc76/test/system/continuous/start-stats.sh ---------------------------------------------------------------------- diff --git a/test/system/continuous/start-stats.sh b/test/system/continuous/start-stats.sh index 061b9b3..a9013c4 100755 --- a/test/system/continuous/start-stats.sh +++ b/test/system/continuous/start-stats.sh @@ -15,9 +15,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -if [ -z "${ACCUMULO_CONF_DIR}" ]; then - ACCUMULO_CONF_DIR=${ACCUMULO_HOME}/conf -fi # Start: Resolve Script Directory SOURCE="${BASH_SOURCE[0]}" while [ -h "${SOURCE}" ]; do # resolve $SOURCE until the file is no longer a symlink
