From 1fa2c56636db1380527adef07d84cef9214e3468 Mon Sep 17 00:00:00 2001 From: CyberLeo Date: Sun, 1 Jan 2012 22:30:48 -0600 Subject: [PATCH] script/makepkg: default to including the full port list if chport invoked without parameters --- script/makepkg | 1 + 1 file changed, 1 insertion(+) diff --git a/script/makepkg b/script/makepkg index fdb99e5..60754b0 100755 --- a/script/makepkg +++ b/script/makepkg @@ -509,6 +509,7 @@ pkg_delete_all() { # Execute a complete port build, using prebuilt packages to fulfill dependencies when available # Be sure to chsetup and populate your config before running! chport() { + [ "${#}" -gt 0 ] || set -- $(cat ${conf_dir}/port.lst) while [ "${1}" ] do local port="${1}" -- 2.42.0