Skip to content

Commit

Permalink
Remove whitespace in shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
erlingrj committed Oct 30, 2024
1 parent e3659e4 commit 4487f22
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmake/utils/bash/build_fp_emu.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# !/bin/bash
#!/bin/bash
# Build FlexPRET emulator
#
# Arguments:
Expand Down
2 changes: 1 addition & 1 deletion cmake/utils/bash/gather_fpga_resources.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# !/bin/bash
#!/bin/bash
# Gather the resources needed to build FPGA with Vivado
#
# Arguments:
Expand Down
2 changes: 1 addition & 1 deletion sdk/cmake/infiles/emu-app.sh.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# !/bin/bash
#!/bin/bash
#
# This file is auto generated by CMake and should not be modified.
#
Expand Down
2 changes: 1 addition & 1 deletion sdk/cmake/infiles/fpga-app.sh.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# !/bin/bash
#!/bin/bash
#
# This file is auto generated by CMake and should not be modified.
#
Expand Down

0 comments on commit 4487f22

Please sign in to comment.