[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-devel:08118] check boot-floppies-ja



本田です。

昨日(深夜:今日?)テストしたのが気になったのでソースを見てみました。
.bash_profileを検索すると以下のものしか見つかりません
記入されているのは英語のドキュメントなので${echo} -n "のところに秘密があるのかな
と思いながら、if [ $TERM = kon ]; thenがあるのでこのスクリプトだろうと踏んでいるのですが、
もしこのスクリプトであればエラーが発生している箇所は以下に含まれています。

echo $CLEAR
${echo} -n "
Now you may choose one of several selections of packages to be installed.
If you prefer to select one by one which packages to install on the system
you may skip this step, else you may skip the 'Select' step later when I
run the 'dselect' program.

Do you want to perform this step? [Y/n] "
read answer
case "$answer" in
  $N|$n)
    true
    ;;
  *)
    if [ $TERM = kon ]; then
        TERM=linux-m /root/pkgsel
    else
        /root/pkgsel
    endif
    touch /root/preselected
    ;;
esac

rm -fr /root/pkgsel /root/tasks /root/profiles /root/rev_task

yを押してもYをおしてもエラーが出るということは
read answer
case "$answer" in
のところで、エラーが発生しているようで
        TERM=linux-m /root/pkgsel
が実行されていないようです。
べつにおかしくなさそうですが。。。
うーん見ているソースが違うような、JAの.bash_profileはどこにあるのでしょうか?


*** ラ・ベル・エポック株式会社 インターネットソリューション ***
* 福岡県福岡市城南区堤1−11−22 第2堤ハイツ105号     *
* 本田 耕一                          TEL / FAX : 092-872-6997 *
***************************************************************
Key fingerprint = C1 EF 59 05 2B 57 90 B9  B8 9B 4C 12 73 34 A3 F2