File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -551,7 +551,7 @@ for value in 'sourceBin:bin' 'sourceW3m:.w3m' 'sourceW3mplus:.w3mplus'; do
551551 eval " sourceDir=\"\$ {${value%%:* } }\" "
552552
553553 case " ${silentFlag} " in
554- ' 1 ' ) printf " '%s' を確認中...\\ n" " ${sourceDir} " >&2 ;;
554+ ' 0 ' ) printf " '%s' を確認中...\\ n" " ${sourceDir} " >&2 ;;
555555 esac
556556
557557 if [ ' !' -d " ${sourceDir} " ]; then
569569printf ' %s' " ${pass} " > " ${tmpDir} /.w3mplus/pass"
570570
571571case " ${silentFlag} " in
572- ' 1 ' ) printf " '.w3m' のファイルを設定中...\\ n" >&2 ;;
572+ ' 0 ' ) printf " '.w3m' のファイルを設定中...\\ n" >&2 ;;
573573esac
574574
575575find -- " ${tmpDir} /.w3m" -type f -exec sh -c " ${shellScript} " ' sh' " ${pass} " ' {}' ' +'
@@ -581,7 +581,7 @@ for value in 'bin:destBin' '.w3m:destW3m' '.w3mplus:destW3mplus'; do
581581 ?* )
582582 (
583583 case " ${silentFlag} " in
584- ' 1 ' ) printf " '%s' を '%s' にインストール中...\\ n" " ${value%%:* } " " ${distDir} " >&2 ;;
584+ ' 0 ' ) printf " '%s' を '%s' にインストール中...\\ n" " ${value%%:* } " " ${distDir} " >&2 ;;
585585 esac
586586
587587 mkdir -p -- " ${distDir} "
@@ -593,5 +593,5 @@ for value in 'bin:destBin' '.w3m:destW3m' '.w3mplus:destW3mplus'; do
593593done
594594
595595case " ${silentFlag} " in
596- ' 1 ' ) printf ' インストール完了\n' >&2 ;;
596+ ' 0 ' ) printf ' インストール完了\n' >&2 ;;
597597esac
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ for value in 'sourceBin:bin' 'sourceW3m:.w3m' 'sourceW3mplus:.w3mplus'; do
9696 eval " sourceDir=\"\$ {${value%%:* } }\" "
9797
9898 case " ${silentFlag} " in
99- ' 1 ' ) printf " '%s' を確認中...\\ n" " ${sourceDir} " >&2 ;;
99+ ' 0 ' ) printf " '%s' を確認中...\\ n" " ${sourceDir} " >&2 ;;
100100 esac
101101
102102 if [ ' !' -d " ${sourceDir} " ]; then
114114printf ' %s' " ${pass} " > " ${tmpDir} /.w3mplus/pass"
115115
116116case " ${silentFlag} " in
117- ' 1 ' ) printf " '.w3m' のファイルを設定中...\\ n" >&2 ;;
117+ ' 0 ' ) printf " '.w3m' のファイルを設定中...\\ n" >&2 ;;
118118esac
119119
120120find -- " ${tmpDir} /.w3m" -type f -exec sh -c " ${shellScript} " ' sh' " ${pass} " ' {}' ' +'
@@ -126,7 +126,7 @@ for value in 'bin:destBin' '.w3m:destW3m' '.w3mplus:destW3mplus'; do
126126 ?* )
127127 (
128128 case " ${silentFlag} " in
129- ' 1 ' ) printf " '%s' を '%s' にインストール中...\\ n" " ${value%%:* } " " ${distDir} " >&2 ;;
129+ ' 0 ' ) printf " '%s' を '%s' にインストール中...\\ n" " ${value%%:* } " " ${distDir} " >&2 ;;
130130 esac
131131
132132 mkdir -p -- " ${distDir} "
@@ -138,5 +138,5 @@ for value in 'bin:destBin' '.w3m:destW3m' '.w3mplus:destW3mplus'; do
138138done
139139
140140case " ${silentFlag} " in
141- ' 1 ' ) printf ' インストール完了\n' >&2 ;;
141+ ' 0 ' ) printf ' インストール完了\n' >&2 ;;
142142esac
You can’t perform that action at this time.
0 commit comments