index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Levente Polyak <anthraxx@archlinux.org> | 2023-05-20 00:20:41 +0200 |
---|---|---|
committer | Levente Polyak <anthraxx@archlinux.org> | 2023-05-20 00:20:41 +0200 |
commit | 41d4624879d01b1269d6af9c1440592a15ad7784 (patch) | |
tree | 51dddceb749e2cb8c8bfbe9138cc58fb604b0d94 /src/makerepropkg.in | |
parent | 4d3ab0b489f05565cec0a741564f8ba6ec57a9d6 (diff) |
-rw-r--r-- | src/makerepropkg.in | 2 |
diff --git a/src/makerepropkg.in b/src/makerepropkg.in index f310c69..61ee9db 100644 --- a/src/makerepropkg.in +++ b/src/makerepropkg.in @@ -137,7 +137,7 @@ while getopts 'dM:c:l:h' arg; do done shift $((OPTIND - 1)) -check_root +check_root "" "${BASH_SOURCE[0]}" "$@" [[ -f PKGBUILD ]] || { error "No PKGBUILD in current directory."; exit 1; } |