Skip to content

Commit 167fdd1

Browse files
Invoke apply_patches.sh via bash
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 3abe6f0 commit 167fdd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/create_ws.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ curl -s https://raw.githubusercontent.com/ros2/ros2/jazzy/ros2.repos |\
4444
ros2 run micro_ros_setup yaml_filter.py ${PACKAGES} > ros2.repos
4545
vcs import --input ros2.repos --skip-existing
4646
vcs import --input $REPOS --skip-existing
47-
"$(dirname "$0")/apply_patches.sh" "$(pwd)"
47+
bash "$(dirname "$0")/apply_patches.sh" "$(pwd)"
4848

4949
popd >/dev/null

0 commit comments

Comments
 (0)