Skip to content

Commit 211e84e

Browse files
Merge pull request #126 from sragin/patch-1
Support multiple launch file patterns (py, xml, yaml)
2 parents 49d5280 + 5e0ec3d commit 211e84e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/mklaunch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# Please send comments, questions, or patches to [email protected]
2929

3030
path=$1
31-
files=$(ls $path/*.launch.py)
31+
files=$(ls $path/*launch.[pxy][yma]*)
3232
if [[ "$?" != "0" ]]; then
3333
echo "<!-- No matching files found -->"
3434
exit 1

0 commit comments

Comments
 (0)