diff options
author | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2020-02-19 23:40:07 +0000 |
---|---|---|
committer | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2020-02-19 23:40:07 +0000 |
commit | 6ffa0c2e1d38b4dbe5a89e6e0c9226278ce3b796 (patch) | |
tree | 5380fd56295910ece6b9290ae18355d3674c1d3f | |
parent | e90686acb34da65ec5181ae610b414bfd085bdfb (diff) | |
download | cpt-6ffa0c2e1d38b4dbe5a89e6e0c9226278ce3b796.tar.gz |
kiss: Fix missing var
FossilOrigin-Name: ff711409dccbc82bbf353ce346f7a34941f4fc9dd1895b375bd8c6a0182057f6
-rwxr-xr-x | kiss | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1177,6 +1177,7 @@ pkg_updates() { "${PAGER:-less}" "$mak_dir/log" # Tell 'pkg_build' to always prompt before build. + pkg_update=1 # Build all packages requiring an update. # See [1] at top of script. |