Skip to content

Commit

Permalink
Fix typo in install script
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo93 committed Oct 30, 2018
1 parent 568ea57 commit 625f346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/install
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if [ ! -d "$NETKIT_HOME" ]; then
exit 0
fi

if [ ! -d '$NETKIT_HOME/../bin' ]; then
if [ ! -d "$NETKIT_HOME/../bin" ]; then
echo 'Error: $NETKIT_HOME should point to the bin folder'
exit 0
fi
Expand Down

0 comments on commit 625f346

Please sign in to comment.