~larsks/cloud-utils/cloud-utils

Viewing all changes in revision 337.

  • Committer: Scott Moser
  • Date: 2018-10-18 14:50:29 UTC
  • Revision ID: smoser@ubuntu.com-20181018145029-0jpiegte8k1sj12q
mount-image-callback: fix mostly harmless typo in variable name.

This typo actually had no real negative side effect because at the
point of use, UMOUNTS had no entries.  So:
  UMOUNTS[${BOGUS[@]}]=x
is the same as the corrected version
  UMOUNTS[${#UMOUNTS[@]}]=x

if UMOUNTS was an empty array at the time (which it was).

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: