[openrtm-commit:03171] r3221 - trunk/OpenRTM-aist/build

openrtm @ openrtm.org openrtm @ openrtm.org
2018年 2月 15日 (木) 10:31:06 JST


Author: kawauchi
Date: 2018-02-15 10:31:06 +0900 (Thu, 15 Feb 2018)
New Revision: 3221

Modified:
   trunk/OpenRTM-aist/build/pkg_install_ubuntu.sh
Log:
[installer] Test code commented out.

Modified: trunk/OpenRTM-aist/build/pkg_install_ubuntu.sh
===================================================================
--- trunk/OpenRTM-aist/build/pkg_install_ubuntu.sh	2018-02-09 14:48:10 UTC (rev 3220)
+++ trunk/OpenRTM-aist/build/pkg_install_ubuntu.sh	2018-02-15 01:31:06 UTC (rev 3221)
@@ -335,8 +335,8 @@
 # パッケージインストール関数
 #----------------------------------------
 install_packages () {
-    echo $*
-    exit 0
+#    echo $*
+#    exit 0
   for p in $*; do
     echo $msg9 $p
     echo $install_pkgs | grep $p > /dev/null 2>&1



More information about the openrtm-commit mailing list