Skip to content

Commit

Permalink
Fix variable name (from $arg to $argv) in rosfish (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
eduidl committed Mar 25, 2021
1 parent 1aa9857 commit a8851ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/rosbash/rosfish
Expand Up @@ -22,7 +22,7 @@ function _rosfind
# BSD find needs -E for extended regexp
find -E $argv
else
find $arg
find $argv
end
end

Expand Down

0 comments on commit a8851ec

Please sign in to comment.