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-01-07 22:32:37 +0300
committerJo-Philipp Wich <jow@openwrt.org>2015-01-07 22:32:37 +0300
commite3f96473ed8825083531e44c64c47c55712d47c4 (patch)
tree7efb53c73979b04b30e35a0a3717d56b25ac9e65 /pkgupdate.sh
parent301e5ca7e9ecacb60963a07b37ef96ebb9f7e801 (diff)
rename bin/ to shared/ and make scripts relocatable
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Diffstat (limited to 'pkgupdate.sh')
-rwxr-xr-xpkgupdate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgupdate.sh b/pkgupdate.sh
index 4513a6d..84563c6 100755
--- a/pkgupdate.sh
+++ b/pkgupdate.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-. ./bin/functions.sh
+. ./shared/functions.sh
terminate() {
local jobs="$(jobs -p)"