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 /lib | |
parent | e76d56047719c88351492ace896c5899a6786e14 (diff) |
-rw-r--r-- | lib/archroot.sh | 2 |
diff --git a/lib/archroot.sh b/lib/archroot.sh index 06d4519..8f063cd 100644 --- a/lib/archroot.sh +++ b/lib/archroot.sh @@ -8,7 +8,7 @@ CHROOT_VERSION='v4' ## # usage : check_root $keepenv ## -orig_argv=("$0" "$@") +orig_argv=("${BASH_SOURCE[0]}" "$@") check_root() { local keepenv=$1 |