We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 49d5280 + 5e0ec3d commit 211e84eCopy full SHA for 211e84e
scripts/mklaunch
@@ -28,7 +28,7 @@
28
# Please send comments, questions, or patches to [email protected]
29
30
path=$1
31
-files=$(ls $path/*.launch.py)
+files=$(ls $path/*launch.[pxy][yma]*)
32
if [[ "$?" != "0" ]]; then
33
echo "<!-- No matching files found -->"
34
exit 1
0 commit comments