Skip to content

Commit

Permalink
Merge pull request #26 from ringods/emptyarraytest
Browse files Browse the repository at this point in the history
Fixing the test for empty arrays.
  • Loading branch information
raphaelcohn committed Apr 24, 2015
2 parents 47f1c42 + 1d41acb commit 99dfba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/shellfire/swaddle/build/package/deb.functions
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ _swaddle_build_package_deb_commaSeparatedControlField()
local configurationSettingValue
_configure_configurationSettingValue "$namespace" "$configurationSettingName"

if ! core_variable_array_isEmpty "$configurationSettingValue"; then
if core_variable_array_isEmpty "$configurationSettingValue"; then
return
fi

Expand Down

0 comments on commit 99dfba4

Please sign in to comment.