Skip to content

Commit 72a6651

Browse files
committed
[fix] : Input prompt
1 parent 8c0bdca commit 72a6651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/wizard.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ Function_Global_Ask_comp_option () {
449449
echo "3: lzo1x_1_12"
450450
echo "4: lzo1x_1_15"
451451
echo "5: lzo1x_999"
452-
echo -n " : "
452+
echo -n ": "
453453
read Var_Local_lzo_algorithm
454454
case "${Var_Local_lzo_algorithm}" in
455455
"1" | "lzo1x_1")

0 commit comments

Comments
 (0)