[Type] Feature
[Module] Toolchain /
[Priority] Minor
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]
Change-Id: I332123e5f21fdc08e59415b095478987039bf0db
target_path = target_path.gsub("/","\\")
cmd = "set INSTALLED_PATH=\"#{target_path}\"& #{script_file}"
else
+ `chmod +x #{script_file}`
cmd = "INSTALLED_PATH=\"#{target_path}\" #{script_file}"
end
logger.info " [cmd: #{cmd}]"
target_path = target_path.gsub("/","\\")
cmd = "set INSTALLED_PATH=\"#{target_path}\"& #{script_file}"
else
+ `chmod +x #{script_file}`
cmd = "INSTALLED_PATH=\"#{target_path}\" #{script_file}"
end
logger.info " [cmd: #{cmd}]"