Skip to content

Commit

Permalink
Remove redundant PID suffix on filename
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Scavo committed Dec 12, 2016
1 parent e1e01d2 commit 3ad2746
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/md_tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ getEntityFromServer () {
echo "ERROR: $FUNCNAME: temp directory does not exist: $tmp_dir" >&2
return 2
fi
tmp_response_file="$tmp_dir/mdq_response_$$.txt"
tmp_log_file="$tmp_dir/mdq_log_$$.txt"
tmp_response_file="$tmp_dir/mdq_response.txt"
tmp_log_file="$tmp_dir/mdq_log.txt"

# make sure there is one (and only one) command-line argument
shift $(( OPTIND - 1 ))
Expand Down

0 comments on commit 3ad2746

Please sign in to comment.