Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
alpine
abuild
Commits
e609357a
Commit
e609357a
authored
Jan 26, 2009
by
Natanael Copa
Browse files
abuild: display error for unsupported archives
parent
fe7da984
Changes
1
Show whitespace changes
Inline
Side-by-side
abuild
View file @
e609357a
...
...
@@ -163,6 +163,9 @@ unpack() {
*
.zip
)
msg
"Unpacking
$s
..."
unzip
"
$s
"
-d
"
$srcdir
"
||
return
1
;;
*
)
error
"Archive not supported"
return
1
;;
esac
done
}
...
...
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