Skip to content

Commit b25c0e2

Browse files
committed
refactor: Convert to using package_tool bash function
1 parent c20c571 commit b25c0e2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyperf/pyperf_run

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,13 +354,13 @@ if [[ $to_no_pkg_install -eq 0 ]]; then
354354
exit_out "Unsupported python binary $python_bin_name, exiting" 1
355355
fi
356356

357-
$TOOLS_BIN/package_tool --wrapper_config $python_dep_file
357+
package_tool --wrapper_config $python_dep_file
358358

359359
if [[ $? -ne 0 ]]; then
360360
exit_out "Error installing needed python dependencies" 1
361361
fi
362362

363-
$TOOLS_BIN/package_tool --wrapper_config $base_dir/../pyperf.json $pkg_list --pip_packages "pyperformance==$PYPERF_VERSION"
363+
package_tool --wrapper_config $base_dir/../pyperf.json $pkg_list --pip_packages "pyperformance==$PYPERF_VERSION"
364364

365365
if [[ $? -ne 0 ]]; then
366366
exit_out "Error installing system packages" 1

0 commit comments

Comments
 (0)