Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
CSammy committed Apr 14, 2018
1 parent eb4b03e commit 5c1d628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrapper
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ fi

dia_command=$1
shift
if [ $# -eq 1 -a "$1" -eq "-d" ]; then
if [ $# -eq 1 ] && [ "$1" == "-d" ]; then
export option="-d"
fi

Expand Down

0 comments on commit 5c1d628

Please sign in to comment.