time-shift
Houtan Bastani 2015-09-17 11:35:26 +02:00
parent 9d81916b82
commit 06e76386eb
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
DATE=`date +%Y%m%d`
if [[ "$unamestr" == 'Linux' ]]; then
if [[ `uname` == 'Linux' ]]; then
CSVDIR="/home/$USER/testSuiteTiming"
else
CSVDIR="/Users/$USER/testSuiteTiming"