mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
update cef interfaces script to use better syntax
zsh version upgrade broke this somehow I guess
This commit is contained in:
parent
97710f0739
commit
f749fe4125
1 changed files with 5 additions and 5 deletions
|
@ -6,11 +6,11 @@
|
||||||
|
|
||||||
|
|
||||||
setopt extended_glob
|
setopt extended_glob
|
||||||
echo -e $(cat << END_MPL
|
echo \
|
||||||
/* This Source Code Form is subject to the terms of the Mozilla Public\n
|
"/* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
* License, v. 2.0. If a copy of the MPL was not distributed with this\n
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */\n
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||||
END_MPL) >>| interfaces_mod.rs
|
" >>| interfaces_mod.rs
|
||||||
|
|
||||||
# loop all files in interfaces dir
|
# loop all files in interfaces dir
|
||||||
for x in $(print interfaces/*.rs~interfaces/mod.rs)
|
for x in $(print interfaces/*.rs~interfaces/mod.rs)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue