commit | d6cf641a441fb71c3afb66f709896cf443b002e9 | [log] [tgz] |
---|---|---|
author | Michael Blow <mblow@apache.org> | Thu Jun 30 02:44:35 2016 -0400 |
committer | Michael Blow <michael.blow@couchbase.com> | Thu Jun 30 09:54:28 2016 -0700 |
tree | 4df4389337a6e5f0549c5cb1da6c713cc5da4803 | |
parent | d76a0c0f74c1b3cdb6922bc344615f7c7014b6c8 [diff] |
Hard Tabs++ Eliminate more hard tabs, widen scope of checkstyle rules to prevent regressions. Relax whitespace expectations in polygon ctor Change-Id: Ia3f78fc6705bc79a21cfa97fdfcad30998ab1058 Reviewed-on: https://asterix-gerrit.ics.uci.edu/967 Sonar-Qube: Jenkins <jenkins@fulliautomatix.ics.uci.edu> Tested-by: Jenkins <jenkins@fulliautomatix.ics.uci.edu> Integration-Tests: Jenkins <jenkins@fulliautomatix.ics.uci.edu> Reviewed-by: Till Westmann <tillw@apache.org>
diff --git a/hyracks-fullstack/algebricks/algebricks-tests/src/main/scripts/run.sh b/hyracks-fullstack/algebricks/algebricks-tests/src/main/scripts/run.sh index 5ef4152..e54cfa1 100644 --- a/hyracks-fullstack/algebricks/algebricks-tests/src/main/scripts/run.sh +++ b/hyracks-fullstack/algebricks/algebricks-tests/src/main/scripts/run.sh
@@ -85,7 +85,7 @@ # Try to find directory where this script is located COMMAND="${PWD}/$0" if [ ! -f "${COMMAND}" ]; then - COMMAND="$0" + COMMAND="$0" fi BASEDIR=`expr "${COMMAND}" : '\(.*\)/\.*'`