Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/buildscripts.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-02-10 14:05:26 +0300
committerJo-Philipp Wich <jow@openwrt.org>2015-02-10 14:05:26 +0300
commit8897f56e6cd86e193b5f9c826db697e72f20dd7c (patch)
tree39f25a0e77aaa0756a7c3a015970abd83abf3886
parent70f9e1846d31442eae2a883013ee8f24dd134e91 (diff)
Replace #!/bin/bash with #!/usr/bin/env bash
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
-rwxr-xr-xpkgupdate-build.sh2
-rwxr-xr-xpkgupdate-count.sh2
-rwxr-xr-xpkgupdate-diff.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/pkgupdate-build.sh b/pkgupdate-build.sh
index 84563c6..7a4aef7 100755
--- a/pkgupdate-build.sh
+++ b/pkgupdate-build.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
. ./shared/functions.sh
diff --git a/pkgupdate-count.sh b/pkgupdate-count.sh
index e65b3dc..a6efc96 100755
--- a/pkgupdate-count.sh
+++ b/pkgupdate-count.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
watch -n 5 '
. ./shared/functions.sh
diff --git a/pkgupdate-diff.sh b/pkgupdate-diff.sh
index ce8752b..09fcb12 100755
--- a/pkgupdate-diff.sh
+++ b/pkgupdate-diff.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
. ./shared/functions.sh