aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJerry Flood <jf9860@att.com>2017-03-28 10:45:47 -0400
committerJerry Flood <jf9860@att.com>2017-03-28 10:56:26 -0400
commitfc2d067767ed35a818c661edf2d4d3b3f0ecf82a (patch)
tree77cd80480f05c1ba3ad0728871c1d4027462c156
parent99c6329d9b5f5f83a38eb309181200b80d153949 (diff)
Commit to release-1.0.0
Change-Id: Ib5730af0c6c5ae2ed4de9985ec95a17048a722e4 Signed-off-by: Jerry Flood <jf9860@att.com>
-rw-r--r--runTags.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/runTags.sh b/runTags.sh
index 29d76fcd..5133bbd5 100644
--- a/runTags.sh
+++ b/runTags.sh
@@ -50,11 +50,11 @@ do
DISPLAY=:$2
shift
;;
- -V)
+ -V)
VARIABLEFILES="${VARIABLEFILES} -V $2 "
shift
;;
- -v)
+ -v)
VARIABLES="${VARIABLES} -v $2 "
shift
;;