Skip to content

Commit

Permalink
Bugfix: $logfile= changed to logfile=
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Morgan committed Apr 20, 2012
1 parent 09727c8 commit 47a109e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synclib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ if [[ -z $read_timeout ]]; then
read_timeout=2
fi
if [[ -z $logfile ]]; then
$logfile="$startdir/sync.log"
logfile="$startdir/sync.log"
fi

# Parse arguments
Expand Down

0 comments on commit 47a109e

Please sign in to comment.