Skip to content

Commit 4813520

Browse files
Oops
1 parent 423ad13 commit 4813520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/binpath/props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ menu_change_fingerprint() {
300300
else
301301
PRINTMODULETXT=""
302302
fi
303-
if [ "$2" ]
303+
if [ "$2" ]; then
304304
echo "Currently set to$PRINTMODULETXT:"
305305
echo ${C}$2${N}
306306
if [ "$2" != "$3" ]; then

0 commit comments

Comments
 (0)