minor formatting update
This commit is contained in:
parent
a9d2be0b30
commit
c377c5a36f
1 changed files with 5 additions and 5 deletions
10
polystrap.sh
10
polystrap.sh
|
@ -82,11 +82,11 @@ fi
|
|||
PACKAGES="$PACKAGES binutils"
|
||||
|
||||
echo "--------------------------"
|
||||
echo "suit: $SUITE"
|
||||
echo "arch: $ARCH"
|
||||
echo "root: $ROOTDIR"
|
||||
echo "mirr: $MIRROR"
|
||||
echo "pkgs: $PACKAGES"
|
||||
echo "suite: $SUITE"
|
||||
echo "arch: $ARCH"
|
||||
echo "rootdir: $ROOTDIR"
|
||||
echo "mirror: $MIRROR"
|
||||
echo "pkgs: $PACKAGES"
|
||||
echo "--------------------------"
|
||||
|
||||
[ -e "$ROOTDIR.tar" ] && { echo "tarball still exists"; exit; }
|
||||
|
|
Loading…
Reference in a new issue