Skip to content

Commit

Permalink
Use POSIX shell.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseGoncalves committed Oct 15, 2020
1 parent ad17f63 commit 3fcd358
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion debian/bb-wl18xx-tether
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -e
#!/bin/sh -e
#
# Copyright (c) 2016-2020 Robert Nelson <robertcnelson@gmail.com>
#
Expand Down
6 changes: 2 additions & 4 deletions debian/bb-wl18xx-wlan0
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -e
#!/bin/sh -e
#
# Copyright (c) 2016-2020 Robert Nelson <robertcnelson@gmail.com>
#
Expand Down Expand Up @@ -52,9 +52,7 @@ cylon_leds () {
STATE=2
;;
esac
#bashsism...
#possible bashism in bb-wl18xx-wlan0 line 45 (sleep only takes one integer):
sleep 0.1
/bin/sleep 0.1
done
fi
}
Expand Down

0 comments on commit 3fcd358

Please sign in to comment.