[openrtm-commit:01093] r2389 - trunk/OpenRTM-aist/build
openrtm @ openrtm.org
openrtm @ openrtm.org
2013年 5月 18日 (土) 12:02:25 JST
Author: n-ando
Date: 2013-05-18 12:02:25 +0900 (Sat, 18 May 2013)
New Revision: 2389
Modified:
trunk/OpenRTM-aist/build/pkg_install_debian.sh
trunk/OpenRTM-aist/build/pkg_install_ubuntu.sh
Log:
[compat] A bug in pkg_install_debian/ubuntu.sh in read command args has fixed. typo OpenrRTM->OpenRTM corrected.
Modified: trunk/OpenRTM-aist/build/pkg_install_debian.sh
===================================================================
--- trunk/OpenRTM-aist/build/pkg_install_debian.sh 2013-05-10 00:25:24 UTC (rev 2388)
+++ trunk/OpenRTM-aist/build/pkg_install_debian.sh 2013-05-18 03:02:25 UTC (rev 2389)
@@ -45,7 +45,7 @@
msg2="コードネーム : "
msg3="このOSはサポートされておりません。"
msg4=" OpenRTM-aistのリポジトリが登録されていません。"
- msg5="Source.listにOpenrRTM-aistのリポジトリ:"
+ msg5="Source.listにOpenRTM-aistのリポジトリ:"
msg6="を追加します。よろしいですか?(y/n)[y] "
msg7="中断します。"
msg8="ルートユーザーで実行してください。"
@@ -57,8 +57,8 @@
msg2="The code name is : "
msg3="This OS is not supported."
msg4="No repository entry for OpenRTM-aist is configured in your system."
- msg5="repository entry for OpenrRTM-aist: "
- msg6="Do you want to add the repository entry for OpenrRTM-aist in source.list?(y/n)[y] "
+ msg5="repository entry for OpenRTM-aist: "
+ msg6="Do you want to add the repository entry for OpenRTM-aist in source.list?(y/n)[y] "
msg7="Abort."
msg8="This script should be run as root."
msg9="Now installing: "
@@ -134,7 +134,7 @@
echo $msg4
echo $msg5
echo " " $openrtm_repo
- read -p $msg6 kick_shell
+ read -p "$msg6" kick_shell
if test "x$kick_shell" = "xn" ; then
echo $msg7
Modified: trunk/OpenRTM-aist/build/pkg_install_ubuntu.sh
===================================================================
--- trunk/OpenRTM-aist/build/pkg_install_ubuntu.sh 2013-05-10 00:25:24 UTC (rev 2388)
+++ trunk/OpenRTM-aist/build/pkg_install_ubuntu.sh 2013-05-18 03:02:25 UTC (rev 2389)
@@ -48,8 +48,8 @@
msg2="The code name is : "
msg3="This OS is not supported."
msg4="No repository entry for OpenRTM-aist is configured in your system."
- msg5="repository entry for OpenrRTM-aist: "
- msg6="Do you want to add new repository entry for OpenrRTM-aist in source.list? (y/n) [y] "
+ msg5="repository entry for OpenRTM-aist: "
+ msg6="Do you want to add new repository entry for OpenRTM-aist in source.list? (y/n) [y] "
msg7="Abort."
msg8="This script should be run as root."
msg9="Now installing: "
@@ -120,7 +120,7 @@
echo $msg4
echo $msg5
echo " " $openrtm_repo
- read -p $msg6 kick_shell
+ read -p "$msg6" kick_shell
if test "x$kick_shell" = "xn" ; then
echo $msg7
More information about the openrtm-commit
mailing list