Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Didgeridoohan authored Mar 28, 2018
1 parent 423ad13 commit 4813520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/binpath/props
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ menu_change_fingerprint() {
else
PRINTMODULETXT=""
fi
if [ "$2" ]
if [ "$2" ]; then
echo "Currently set to$PRINTMODULETXT:"
echo ${C}$2${N}
if [ "$2" != "$3" ]; then
Expand Down

0 comments on commit 4813520

Please sign in to comment.