Skip to content

Commit

Permalink
Incorrect test in unreachable code
Browse files Browse the repository at this point in the history
  • Loading branch information
cavalier38 committed Jul 8, 2012
1 parent 4618f83 commit 197da16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/depends.lunar
Expand Up @@ -275,7 +275,7 @@ satisfy_depends() {
DEP_OFF=$(echo $LINE | cut -d: -f6)

if [ -n "$FIX" ] ; then
if DEP_STATUS="on" ; then
if [ $DEP_STATUS == "on" ] ; then
lin $FIX $DEP_MODULE
fi
elif [ "$DEP_STATUS" == "off" ] || module_exiled $DEP_MODULE ; then
Expand Down

0 comments on commit 197da16

Please sign in to comment.