Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
abuild
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
25
Issues
25
List
Boards
Labels
Service Desk
Milestones
Merge Requests
16
Merge Requests
16
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
abuild
Commits
d03366f8
Commit
d03366f8
authored
Sep 19, 2017
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
abuild: avoid print version multiple times
and respect -q flag
parent
da720069
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
abuild.in
abuild.in
+3
-1
No files found.
abuild.in
View file @
d03366f8
...
...
@@ -2423,7 +2423,6 @@ while getopts "AcdD:fFhkKimnp:P:qrRs:uv" opt; do
done
shift
$((
$
OPTIND
-
1
))
echo
"$program $program_version"
#
check
so
we
are
not
root
if
[
$(
id
-
u
)
-
eq
0
]
&&
[
-
z
"$FAKEROOTKEY"
];
then
[
-
z
"$forceroot"
]
&&
die
"Do not run abuild as root"
...
...
@@ -2481,6 +2480,9 @@ if [ -n "$subpkgname" ]; then
origsubpackages
=
"$subpackages"
subpackages
=
else
if
[
-
z
"$FAKEROOTKEY"
];
then
msg
"$program $program_version"
fi
allpackages
=
"$pkgname $subpackages"
for
i
in
$
linguas
;
do
allpackages
=
"$allpackages $pkgname-lang-$i::noarch"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment