X-Git-Url: https://plomlompom.com/repos/?p=config;a=blobdiff_plain;f=buster%2Fsetup_scripts%2Finstall_for_target.sh;h=853a67295b80065b94e5c8d6eb1b83743bd5a6f6;hp=176f3ea54a7cff883346cb564c1b2812eaf1b9d5;hb=aefc1d35df17e586ed35626ab11ffbd7ccc24840;hpb=a0cf0e7e4dc97f6fb935acad2742abb0d1cd8dfd diff --git a/buster/setup_scripts/install_for_target.sh b/buster/setup_scripts/install_for_target.sh index 176f3ea..853a672 100755 --- a/buster/setup_scripts/install_for_target.sh +++ b/buster/setup_scripts/install_for_target.sh @@ -10,6 +10,7 @@ aptmark_dir="${config_tree_prefix}/apt-mark" for target in "$@"; do path="${aptmark_dir}/${target}" + # TODO: continue if file at $path not found, to get rid of dummy files cat "${path}" | while read line; do echo "$line" if [ ! $(echo "${line}" | cut -c1) = "#" ]; then