index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Eli Schwartz <eschwartz@archlinux.org> | 2019-02-13 01:32:03 -0500 |
---|---|---|
committer | Levente Polyak <anthraxx@archlinux.org> | 2019-08-09 19:41:51 +0200 |
commit | 8f5a02b23ddb2491c13553cb71276bdd088f63ac (patch) | |
tree | 08188546eade249b9ff8d0ff2c1dcb99240afe45 /find-libdeps.in | |
parent | e76d56047719c88351492ace896c5899a6786e14 (diff) |
-rw-r--r-- | find-libdeps.in | 2 |
diff --git a/find-libdeps.in b/find-libdeps.in index 7a3e6f5..35094d5 100644 --- a/find-libdeps.in +++ b/find-libdeps.in @@ -13,7 +13,7 @@ if [[ $1 = "--ignore-internal" ]]; then shift fi -script_mode=${0##*/find-lib} +script_mode=${BASH_SOURCE[0]##*/find-lib} case $script_mode in deps|provides) true;; |