index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Luke Shumaker <lukeshu@parabola.nu> | 2017-03-28 19:20:11 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@parabola.nu> | 2017-05-05 18:28:56 -0400 |
commit | 518a22f386ccb5968dce85490278494e058995b1 (patch) | |
tree | 814a53b965cfcc26ededc9fd9dd48c52ac4e2432 /makechrootpkg.in | |
parent | 0beccef4ac405fdefdafba5b9ac6e7962b1610d2 (diff) |
-rw-r--r-- | makechrootpkg.in | 1 |
diff --git a/makechrootpkg.in b/makechrootpkg.in index 2dd160a..ffe6e42 100644 --- a/makechrootpkg.in +++ b/makechrootpkg.in @@ -241,6 +241,7 @@ EOF # These functions aren't run in makechrootpkg, # so no global variables _chrootbuild() { + # shellcheck source=/dev/null . /etc/profile # Beware, there are some stupid arbitrary rules on how you can # use "$" in arguments to commands with "sudo -i". ${foo} or |