diff --git a/cmake/utils/bash/build_fp_emu.sh b/cmake/utils/bash/build_fp_emu.sh index 474e798..c98e089 100755 --- a/cmake/utils/bash/build_fp_emu.sh +++ b/cmake/utils/bash/build_fp_emu.sh @@ -1,4 +1,4 @@ -# !/bin/bash +#!/bin/bash # Build FlexPRET emulator # # Arguments: diff --git a/cmake/utils/bash/gather_fpga_resources.sh b/cmake/utils/bash/gather_fpga_resources.sh index 6ab4e67..9f546cf 100755 --- a/cmake/utils/bash/gather_fpga_resources.sh +++ b/cmake/utils/bash/gather_fpga_resources.sh @@ -1,4 +1,4 @@ -# !/bin/bash +#!/bin/bash # Gather the resources needed to build FPGA with Vivado # # Arguments: diff --git a/sdk/cmake/infiles/emu-app.sh.in b/sdk/cmake/infiles/emu-app.sh.in index 1f92e4e..c10e3c0 100644 --- a/sdk/cmake/infiles/emu-app.sh.in +++ b/sdk/cmake/infiles/emu-app.sh.in @@ -1,4 +1,4 @@ -# !/bin/bash +#!/bin/bash # # This file is auto generated by CMake and should not be modified. # diff --git a/sdk/cmake/infiles/fpga-app.sh.in b/sdk/cmake/infiles/fpga-app.sh.in index 0bac395..d31df4e 100644 --- a/sdk/cmake/infiles/fpga-app.sh.in +++ b/sdk/cmake/infiles/fpga-app.sh.in @@ -1,4 +1,4 @@ -# !/bin/bash +#!/bin/bash # # This file is auto generated by CMake and should not be modified. #