update print format
This commit is contained in:
8
ures
8
ures
@@ -6,9 +6,9 @@
|
||||
set -eu
|
||||
|
||||
me=$0
|
||||
scriptversion="1.0.0"
|
||||
scriptversion="2"
|
||||
|
||||
version="$me $scriptversion
|
||||
version="$me v$scriptversion
|
||||
|
||||
Copyright (C) 2025 vx-clutch.
|
||||
This is free software; you are free to change and redistribute it.
|
||||
@@ -50,4 +50,6 @@ tarball=$version_name.tar.gz
|
||||
tar -czf "$tarball" --transform="s,^,$version_name/," $(git ls-files)
|
||||
)
|
||||
|
||||
printf '%s\n' "$tarball created successfully"
|
||||
cat <<EOF
|
||||
'$src_dir' -> '$tarball'
|
||||
EOF
|
||||
|
||||
Reference in New Issue
Block a user