mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 14:03:55 +01:00
Merge #19554
19554: tests/pkg_fatfs*: fix shellcheck warnings r=aabadie a=aabadie Co-authored-by: Alexandre Abadie <alexandre.abadie@inria.fr>
This commit is contained in:
commit
1fc275a1c7
@ -6,7 +6,7 @@
|
||||
# General Public License v2.1. See the file LICENSE in the top level
|
||||
# directory for more details.
|
||||
#
|
||||
dd if=/dev/zero of=riot_fatfs_disk.img bs=1M count=$1
|
||||
dd if=/dev/zero of=riot_fatfs_disk.img bs=1M count="$1"
|
||||
mkfs.fat riot_fatfs_disk.img
|
||||
sudo mkdir -p /media/riot_fatfs_disk
|
||||
sudo mount -o loop,umask=000 riot_fatfs_disk.img /media/riot_fatfs_disk
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
# General Public License v2.1. See the file LICENSE in the top level
|
||||
# directory for more details.
|
||||
#
|
||||
dd if=/dev/zero of=riot_fatfs_disk.img bs=1M count=$1
|
||||
dd if=/dev/zero of=riot_fatfs_disk.img bs=1M count="$1"
|
||||
mkfs.fat riot_fatfs_disk.img
|
||||
sudo mkdir -p /media/riot_fatfs_disk
|
||||
sudo mount -o loop,umask=000 riot_fatfs_disk.img /media/riot_fatfs_disk
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user