#3763 partial merge of bashism_sure_ros.patch for scripts still present. from kruset

This commit is contained in:
Ken Conley 2012-01-11 23:36:34 +00:00
parent ad4f3b3450
commit 1cc00c161e
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
# A helper script to invoke gcov from CMake, which seems to have problems
# with pipes inside an add_custom_target()

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
if [ $# == 0 ]; then
targetname=all

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
if [ $# -lt 2 ]; then
echo "Usage: rosrun PACKAGE EXECUTABLE [ARGS]"
echo " rosrun will locate PACKAGE and try to find"