Developing lightweight computation at the DSG edge
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Quick Mesh Project
qMp packages
Commits
194ebae6
Commit
194ebae6
authored
Feb 12, 2013
by
Simó Albert i Beltran
Browse files
Extract repeated line out of the if statement.
parent
62681240
Changes
1
Hide whitespace changes
Inline
Side-by-side
packages/qmp-small-node/files/etc/qmp/qmp_functions.sh
View file @
194ebae6
...
...
@@ -57,11 +57,10 @@ qmp_get_devices() {
if
[
$brlan_enabled
-eq
0
]
;
then
dev
=
"br-lan"
brlan_enabled
=
1
break
else
dev
=
""
break
fi
break
fi
done
fi
...
...
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