Fix the blank lines in omf update output. (#394)

This commit is contained in:
Justin Hileman 2016-09-01 19:20:11 -07:00 committed by Derek Willian Stavis
parent fb6c2992ba
commit 370b4dd2a5

View File

@ -25,6 +25,8 @@ function omf.packages.update -a name
return 1 return 1
end end
echo $result if set -q result
echo $result
end
return 0 return 0
end end