Skip to content

Commit

Permalink
syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
scottleibrand committed Aug 15, 2017
1 parent 6110224 commit 82a9565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/oref0-pump-loop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ smb_main() {

function timerun {
echo $1 >> /tmp/timefile.txt
{ time $1 } 2>> /tmp/timefile.txt
{ time $1 ; } 2>> /tmp/timefile.txt
}

function smb_reservoir_before {
Expand Down

0 comments on commit 82a9565

Please sign in to comment.