[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-devel:08118] check boot-floppies-ja
- From: Koichi Honda <honda@xxxxxxxxx>
- Subject: [debian-devel:08118] check boot-floppies-ja
- Date: Fri, 19 Mar 1999 07:53:57 +0900
- X-dispatcher: imput version 980905(IM100)
- X-ml-info: If you have a question, send a mail with the body "# help" (without quotes) to the address debian-devel-ctl@debian.or.jp; help=<mailto:debian-devel-ctl@debian.or.jp?body=help>
- X-ml-name: debian-devel
- X-mlserver: fml [fml 2.2]; post only (only members can post)
- X-prom-mew: Prom-Mew 1.93 (procmail reader for Mew)
- Message-id: <199903182256.HAA26995@xxxxxxxxxxxxx>
- X-mail-count: 08118
- X-mailer: Mew version 1.93 on XEmacs 20.4 (Emerald)
本田です。
昨日(深夜:今日?)テストしたのが気になったのでソースを見てみました。
.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