aboutsummaryrefslogtreecommitdiff
path: root/source/1.0/bin/gen_test_results.sh
diff options
context:
space:
mode:
authorkate.ward <kate.ward@forestent.com>2008-11-15 20:40:22 +0000
committerkate.ward <kate.ward@forestent.com>2008-11-15 20:40:22 +0000
commit129a5d997476ff6ea37ea09bc25b32c8dd714be1 (patch)
tree0d7efd3810ece50cdc01eae31c676c19125ad745 /source/1.0/bin/gen_test_results.sh
parentefc743d50a89658e6246f7a0f847853a40fa0e7e (diff)
downloadshflags-129a5d997476ff6ea37ea09bc25b32c8dd714be1.tar.gz
replacing spaces with underscores in os_version
Diffstat (limited to 'source/1.0/bin/gen_test_results.sh')
-rwxr-xr-xsource/1.0/bin/gen_test_results.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/1.0/bin/gen_test_results.sh b/source/1.0/bin/gen_test_results.sh
index b1217aa..22abc6b 100755
--- a/source/1.0/bin/gen_test_results.sh
+++ b/source/1.0/bin/gen_test_results.sh
@@ -49,8 +49,8 @@ SRC_DIR="${BASE_DIR}/src"
. ${SRC_DIR}/shflags || die 'unable to load shflags library'
. ${LIB_DIR}/versions || die 'unable to load versions library'
-os_name=`versions_osName |sed 's/ /_/g'`
-os_version=`versions_osVersion`
+os_name=`versions_osName |tr ' ' '_'`
+os_version=`versions_osVersion |tr ' ' '_'`
DEFINE_boolean force false 'force overwrite' f
DEFINE_string output_dir "`pwd`" 'output dir' d