Skip to content

Commit 0d9de02

Browse files
authored
Merge pull request #9291 from arduino/fix-arduino-linux-setup-shebang
Moving shebang at the top of the file
2 parents a144887 + 9951c65 commit 0d9de02

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build/linux/dist/arduino-linux-setup.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/bin/bash
12
# arduino-linux-setup.sh : A simple Arduino setup script for Linux systems
23
# Copyright (C) 2015 Arduino Srl
34
#
@@ -61,8 +62,6 @@
6162
# + now the script checks for SUDO permissions
6263
#
6364

64-
#!/bin/bash
65-
6665
# if [[ $EUID != 0 ]] ; then
6766
# echo This must be run as root!
6867
# exit 1

0 commit comments

Comments
 (0)