Skip to content

Commit

Permalink
Do not keep make log file.
Browse files Browse the repository at this point in the history
  • Loading branch information
dariomanesku committed May 31, 2015
1 parent 151ba25 commit 65b81b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .makebg.sh
Expand Up @@ -12,7 +12,7 @@ logfile="${3:-make.log}"
tempfile="${4:-.make.tmp}"

{
touch "$logfile"
echo -n > $logfile
echo '-----------------------------------------' >> "$tempfile"
date >> "$tempfile"
echo '-----------------------------------------' >> "$tempfile"
Expand Down

0 comments on commit 65b81b1

Please sign in to comment.