Skip to content
Snippets Groups Projects
Commit 837da93f authored by Bob Mottram's avatar Bob Mottram
Browse files

Stray $

parent 9b9ab677
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ function beaglebone_flasher {
fi
if [ ! -d "$rootdir$EMMC_DIR" ]; then
mkdir -p "$$rootdirEMMC_DIR"
mkdir -p "$rootdir$EMMC_DIR"
fi
# shellcheck disable=SC2086
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment