Fix use_example_configs to handle spaces in path

2.0.x
Scott Lahteine 7 years ago
parent 1de7c75590
commit 2690ce7a96

@ -2,8 +2,8 @@
restore_configs
eval "cp Marlin/src/config/examples/${1}/Configuration* Marlin/"
cp Marlin/src/config/examples/"$@"/Configuration* Marlin/
if [ -f "Marlin/src/config/examples/${1}/_Bootscreen.h" ]; then
cp "Marlin/src/config/examples/${1}/_Bootscreen.h" Marlin/src/config/
if [ -f "Marlin/src/config/examples/$@/_Bootscreen.h" ]; then
cp "Marlin/src/config/examples/$@/_Bootscreen.h" Marlin/src/config/
fi

Loading…
Cancel
Save