Browse Source

Fix opt_add to accept quotes

pull/1/head
Scott Lahteine 5 years ago
parent
commit
ab781de5a0
  1. 2
      buildroot/bin/opt_add

2
buildroot/bin/opt_add

@ -1,3 +1,3 @@
#!/usr/bin/env bash
eval "echo \"#define ${1} ${2}\" >>Marlin/Configuration_adv.h"
eval "echo '#define ${@}' >>Marlin/Configuration_adv.h"

Loading…
Cancel
Save