~dannf/debian-cd/lp1692876-2

« back to all changes in this revision

Viewing changes to tools/boot/xenial/boot-arm64

  • Committer: Adam Conrad
  • Date: 2017-02-21 04:29:37 UTC
  • Revision ID: adconrad@0c3.net-20170221042937-4awvpzww24ypfb80
Fix quoting on dirname calls

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
 
58
58
THISTYPE=${KTYPE[$NN]}
59
59
 
60
 
PREFIX_PRESEED="$(dirname $DEFAULT_PRESEED)/"
 
60
PREFIX_PRESEED="$(dirname "$DEFAULT_PRESEED")/"
61
61
PREFIX_GA=""
62
62
PREFIX_HWE=""
63
63
KERNEL_PREFIXES="PREFIX_GA"