Skip to content
Snippets Groups Projects
Commit e45a740f authored by arthur.yueh's avatar arthur.yueh
Browse files

remove echo's -e parameter

parent 14240c43
No related branches found
No related tags found
No related merge requests found
...@@ -7,10 +7,10 @@ trap 'echo -ne "\n:::\n:::\tCaught signal, exiting at line $LINENO, while runnin ...@@ -7,10 +7,10 @@ trap 'echo -ne "\n:::\n:::\tCaught signal, exiting at line $LINENO, while runnin
current_path=$(pwd) current_path=$(pwd)
archive_file="$1" archive_file="$1"
if [ ! -f ${archive_file} ]; then if [ ! -f "${archive_file}" ]; then
echo -e "Usage:" echo "Usage:"
echo -e "\t$0 <archive_file>" echo "\t$0 <archive_file>"
echo -e " e.g. $0 '_OUTPUT_/2019-05-13T11-04-33.tar.gz'" echo "\te.g. $0 '_OUTPUT_/2019-05-13T11-04-33.tar.gz'"
exit 1 exit 1
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment