[rtems-testing commit] check_submission: Style fixes
Joel Sherrill
joel at rtems.org
Tue Jun 3 15:46:30 UTC 2014
Module: rtems-testing
Branch: master
Commit: 98cefe7c59b7d81104b6a889d9ee390e1bd7edae
Changeset: http://git.rtems.org/rtems-testing/commit/?id=98cefe7c59b7d81104b6a889d9ee390e1bd7edae
Author: Joel Sherrill <joel.sherrill at oarcorp.com>
Date: Tue Jun 3 10:37:44 2014 -0500
check_submission: Style fixes
---
merge-helpers/check_submission | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/merge-helpers/check_submission b/merge-helpers/check_submission
index 47ea6cf..a934646 100755
--- a/merge-helpers/check_submission
+++ b/merge-helpers/check_submission
@@ -614,7 +614,8 @@ function check_given_dir(){
}
# Evaluating Command Line Arguments
-function start(){
+function start()
+{
path="0"
@@ -650,7 +651,8 @@ function start(){
;;
*)
- if [[ -d "$i" ]]; then # If not above options, then assumed to be a path for bsp
+ # If not above options, then assumed to be a path for bsp
+ if [[ -d "$i" ]]; then
echo > /dev/null
else
echo "$i is an invalid directory."
More information about the vc
mailing list