Skip to content

Commit

Permalink
Prefer /bin/sh to avoid RDEPENDS bash build error
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxPayne86 committed Jul 30, 2024
1 parent 154b5d8 commit dcd19c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion recipes-support/arduino-ootb/arduino-ootb/disable-adb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh

if [ "$1" != "-y" ]; then
echo "Usage: $0 -y"
Expand Down
2 changes: 1 addition & 1 deletion recipes-support/arduino-ootb/arduino-ootb/disable-ssh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh

if [ "$1" != "-y" ]; then
echo "Usage: $0 -y"
Expand Down

0 comments on commit dcd19c7

Please sign in to comment.