Skip to content

Commit

Permalink
Escape a new line following r342283.
Browse files Browse the repository at this point in the history
Sponsored by:	The FreeBSD Foundation
  • Loading branch information
gjb authored and gjb committed Jan 2, 2019
1 parent 6ef4801 commit 017a01c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/i386/make-memstick.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ make_esp_file ${espfilename} ${fat32min} ${1}/boot/loader.efi

mkimg -s mbr \
-b ${1}/boot/mbr \
-p efi:=${espfilename}
-p efi:=${espfilename} \
-p freebsd:-"mkimg -s bsd -b ${1}/boot/boot -p freebsd-ufs:=${2}.part" \
-o ${2}
rm ${espfilename}
Expand Down

0 comments on commit 017a01c

Please sign in to comment.