aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-06-11 23:47:58 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2015-06-11 23:47:58 +0100
commit6873916b29b928693aa499c295937afbb451c1ec (patch)
treec7633f1fd228d11f89dd0584421d309fb56a00fe
parentcd09f0e182d65e9b5450121a0e568b992d33a2fc (diff)
downloadvcs-rebuild-6873916b29b928693aa499c295937afbb451c1ec.tar.xz
config: Fix PE
-rw-r--r--config.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.bash b/config.bash
index aae575e..45522c1 100644
--- a/config.bash
+++ b/config.bash
@@ -1,5 +1,5 @@
source "$HOME"/.makepkg.conf
-source $(dirname $0)/package-list.bash
+source "${BASH_SOURCE%/*}"/package-list.bash
PKGBUILD_DIR="$HOME"/packaging/pkgbuilds