Skip to content

Commit

Permalink
Remove whitespace in shebang (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
erlingrj authored Nov 7, 2024
1 parent 1973c27 commit 53af96f
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 53af96f

Please sign in to comment.