Skip to content

Commit

Permalink
Move #!/bin/bash to top (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamilake authored Aug 15, 2022
1 parent dca200b commit 776ee2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/bash

# Copyright (C) 2021 Xilinx, Inc
#
# SPDX-License-Identifier: BSD-3-Clause

#!/bin/bash

set -e

GRAY='\033[1;30m'
Expand Down

0 comments on commit 776ee2a

Please sign in to comment.