Skip to content

Commit

Permalink
fixing hashbang (#786)
Browse files Browse the repository at this point in the history
  • Loading branch information
marinagmoreira authored May 16, 2024
1 parent 1106c1c commit ca223f5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/diagrams/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#/bin/bash
#!/bin/bash

# Define the path to the plantuml library
# currently just assume that it has been copied locally
Expand Down
2 changes: 1 addition & 1 deletion scripts/setup/debians/build_debians.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#/bin/bash -e
#!/bin/bash -e
#
# Copyright (c) 2017, United States Government, as represented by the
# Administrator of the National Aeronautics and Space Administration.
Expand Down
2 changes: 1 addition & 1 deletion scripts/setup/debians/build_install_debians.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#/bin/bash -e
#!/bin/bash -e
#
# Copyright (c) 2017, United States Government, as represented by the
# Administrator of the National Aeronautics and Space Administration.
Expand Down
2 changes: 1 addition & 1 deletion scripts/setup/debians/rosjava/build_rosjava_debians.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#/bin/bash -e
#!/bin/bash -e
#
# Copyright (c) 2017, United States Government, as represented by the
# Administrator of the National Aeronautics and Space Administration.
Expand Down

0 comments on commit ca223f5

Please sign in to comment.