From 2f69d2740df0bde47407e920a65d1381901e9531 Mon Sep 17 00:00:00 2001 From: futureproperty Date: Sat, 26 Aug 2017 03:21:54 +0800 Subject: [PATCH] correct a little typo.brigdeargs -> bridgeargs --- config-distros.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config-distros.sh b/config-distros.sh index 32e8b34..3373347 100755 --- a/config-distros.sh +++ b/config-distros.sh @@ -112,10 +112,10 @@ do else reg add "$direckey\\shell\\$name" /d "$name in Mintty Here" /f reg add "$direckey\\shell\\$name" /v Icon /d "$icon" /f - cmd /C reg add "$direckey\\shell\\$name\\command" /d "\"$target\" -i \"$icon\" --dir \"%1\" $minttyargs $brigdeargs" /f + cmd /C reg add "$direckey\\shell\\$name\\command" /d "\"$target\" -i \"$icon\" --dir \"%1\" $minttyargs $bridgeargs" /f reg add "$direckey\\Background\\shell\\$name" /d "$name in Mintty Here" /f reg add "$direckey\\Background\\shell\\$name" /v Icon /d "$icon" /f - cmd /C reg add "$direckey\\Background\\shell\\$name\\command" /d "\"$target\" -i \"$icon\" $minttyargs $brigdeargs" /f + cmd /C reg add "$direckey\\Background\\shell\\$name\\command" /d "\"$target\" -i \"$icon\" $minttyargs $bridgeargs" /f fi else