This website requires JavaScript.
Explore
Help
Sign In
CMS
/
Marlin
Watch
3
Star
0
Fork
0
You've already forked Marlin
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d641344d3a
Marlin
/
buildroot
/
bin
/
opt_set_adv
4 lines
100 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Improve Travis CI test - Add shell scripts to help with managing configs - Clean up .travis.yml file by using shell scripts - Don’t download “astyle” – not needed and delays Travis results
2016-03-22 10:13:38 -04:00
#!/usr/bin/env bash
Improves travis buildroot regexp
2016-06-10 10:25:00 -04:00
eval "sed -i 's/\(#define \b${1}\b\).*$/\1 ${2}/g' Marlin/Configuration_adv.h"
Reference in New Issue
Copy Permalink