index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | src/diffpkg.in | 2 |
diff --git a/src/diffpkg.in b/src/diffpkg.in index 963f2c6..17df6e5 100644 --- a/src/diffpkg.in +++ b/src/diffpkg.in @@ -196,7 +196,7 @@ if (( $# < 2 )); then die "This must be run in the directory of a built package.\nTry '$(basename "$0") --help' for more information." fi - # shellcheck source=PKGBUILD.proto + # shellcheck source=contrib/makepkg/PKGBUILD.proto . ./PKGBUILD if [[ ${arch[0]} == 'any' ]]; then CARCH='any' |