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
cdc4c7dd
Commit
cdc4c7dd
authored
Feb 29, 2016
by
udeved
Browse files
[util-iso-image] move the test for balid DE in a function
parent
e009a7fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/util-iso-image.sh
View file @
cdc4c7dd
...
...
@@ -139,12 +139,11 @@ set_xdm(){
is_valid_de
(){
local
func
=
$1
if
[[
${
default_desktop_executable
}
!=
"none"
]]
&&
\
[[
${
default_desktop_file
}
!=
"none"
]]
;
then
return
0
[[
${
default_desktop_file
}
!=
"none"
]]
;
then
return
0
else
return
1
fi
}
set_sddm_ck
(){
...
...
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