Skip to content

Commit

Permalink
Update /bin/env => /usr/bin/env.
Browse files Browse the repository at this point in the history
  • Loading branch information
brocaar committed Aug 30, 2021
1 parent 0663255 commit 3c674f5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packaging/vendor/cisco/IXM-LPWA/package.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/env bash
#!/usr/bin/env bash

set -e

Expand Down
2 changes: 1 addition & 1 deletion packaging/vendor/dragino/LG308/package.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/env bash
#!/usr/bin/env bash

PACKAGE_NAME="chirpstack-gateway-bridge"
PACKAGE_VERSION=$1
Expand Down
2 changes: 1 addition & 1 deletion packaging/vendor/multitech/conduit/package.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/env bash
#!/usr/bin/env bash

PACKAGE_NAME="chirpstack-gateway-bridge"
PACKAGE_VERSION=$1
Expand Down
2 changes: 1 addition & 1 deletion packaging/vendor/tektelic/kona-macro/package.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/env bash
#!/usr/bin/env bash

PACKAGE_NAME="chirpstack-gateway-bridge"
PACKAGE_VERSION=$1
Expand Down
2 changes: 1 addition & 1 deletion packaging/vendor/tektelic/kona-mega/package.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/env bash
#!/usr/bin/env bash

PACKAGE_NAME="chirpstack-gateway-bridge"
PACKAGE_VERSION=$1
Expand Down
2 changes: 1 addition & 1 deletion packaging/vendor/tektelic/kona-micro/package.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/env bash
#!/usr/bin/env bash

PACKAGE_NAME="chirpstack-gateway-bridge"
PACKAGE_VERSION=$1
Expand Down

0 comments on commit 3c674f5

Please sign in to comment.