nasa / astrobee

NASA Astrobee Robot Software
https://www.nasa.gov/astrobee
Apache License 2.0
1.01k stars 307 forks source link

Scripts missing hashbang #782

Closed stephanie-eng closed 2 months ago

stephanie-eng commented 2 months ago

The build_debians.sh and the build_install_debians.sh script both begin with #bin/bash instead of #!/bin/bash.

When running these scripts using a non-bash shell, such as zsh, running these scripts will fail.