Skip to content

Commit

Permalink
Fix bug when checking boolean variable
Browse files Browse the repository at this point in the history
  • Loading branch information
anestisb committed Sep 8, 2018
1 parent c9c7f6f commit 9b2c17e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/extract-factory-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ if [ "$RUNS_WITH_ROOT" = true ]; then
SYS_TOOLS+=("mount")
elif [ "$USE_DEBUGFS" = true ]; then
SYS_TOOLS+=("debugfs")
elif [ "$USE_FUSEEXT2" ]; then
elif [ "$USE_FUSEEXT2" = true ]; then
SYS_TOOLS+=("fuse-ext2")
else
SYS_TOOLS+=("ext4fuse")
Expand Down

0 comments on commit 9b2c17e

Please sign in to comment.