Skip to content

Commit 9bc3929

Browse files
authored
Update run.sh tab to spaces (#46)
1 parent 70e87d9 commit 9bc3929

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ popd
153153

154154
if [ ! `readlink $READLINK_F ${SCRIPT_DIR}` == `pwd` ] ; then
155155
cp -r ${SCRIPT_DIR}/test.${TIME} .
156-
rm -rf ${SCRIPT_DIR}/test.${TIME} || echo "Removal of results folder failed, thats usually ok"
156+
rm -rf ${SCRIPT_DIR}/test.${TIME} || echo "Removal of results folder failed, thats usually ok"
157157
cp -r ${SCRIPT_DIR}/test.${TIME}.tar.gz . || echo "Copyingof results tarball failed, thats usually ok"
158158
rm -rf ${SCRIPT_DIR}/test.${TIME}.tar.gz || echo "Removal of results tarball failed, thats usually ok"
159159
fi

0 commit comments

Comments
 (0)