mirror of
https://github.com/espressif/openthread.git
synced 2026-08-06 02:37:47 +00:00
Fix astyle wrap script. (#195)
This commit is contained in:
@@ -39,6 +39,6 @@ die() {
|
||||
|
||||
set -x
|
||||
|
||||
[ -z `$@` ] || {
|
||||
[ $@ =~ .*dry-run.* ] || die
|
||||
[ -z "`$@`" ] || {
|
||||
[ "$3" != "--dry-run" ] || die
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user