Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Tools
development-tools
manjaro-tools
Commits
f729d6cc
Commit
f729d6cc
authored
May 23, 2016
by
udeved
Committed by
Philip Müller
May 23, 2016
Browse files
[util] die instead of abort
parent
0b138d91
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/util.sh
View file @
f729d6cc
...
...
@@ -58,7 +58,7 @@ check_user_repos_conf(){
for
repo
in
${
repositories
[@]
}
;
do
msg2
"parsing repo [%s] ..."
"
${
repo
}
"
parse_section
"
${
repo
}
"
"
$1
"
[[
${
pc_value
}
==
$uri
*
]]
&&
abort
"Using local repositories is not supported!"
[[
${
pc_value
}
==
$uri
*
]]
&&
die
"Using local repositories is not supported!"
done
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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