From 0bca5419866f0a738bd76799278af572343b296b Mon Sep 17 00:00:00 2001 From: davidovski Date: Fri, 11 Feb 2022 01:37:45 +0000 Subject: formatted code --- xibuild/build_all.sh | 3 +-- xibuild/make_infos.sh | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/xibuild/build_all.sh b/xibuild/build_all.sh index 2a1c0be..0faeb53 100755 --- a/xibuild/build_all.sh +++ b/xibuild/build_all.sh @@ -24,12 +24,11 @@ run_postinstall () { done rmdir $postinstall fi - } # install a single package if it is present # -# $1: the exported .xipkg file +# arg: the exported .xipkg file # install_package () { printf "${INFO}${TABCHAR}install " diff --git a/xibuild/make_infos.sh b/xibuild/make_infos.sh index 4817e6a..08035a5 100755 --- a/xibuild/make_infos.sh +++ b/xibuild/make_infos.sh @@ -60,6 +60,4 @@ for pkg in $(ls "$XIB_EXPORT"/repo/*/*.xipkg); do sign $pkg >> $info_file list_line $pkg >> "$XIB_EXPORT"/repo/$repo/packages.list echo "Enlisted $name to $info_file" - - done -- cgit v1.2.1