Skip to content

Commit

Permalink
update cef interfaces script to use better syntax
Browse files Browse the repository at this point in the history
zsh version upgrade broke this somehow I guess
  • Loading branch information
zmike committed Sep 14, 2015
1 parent 97710f0 commit f749fe4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ports/cef/regen_interface_mod_rs.sh
Expand Up @@ -6,11 +6,11 @@


setopt extended_glob
echo -e $(cat << END_MPL
/* This Source Code Form is subject to the terms of the Mozilla Public\n
* License, v. 2.0. If a copy of the MPL was not distributed with this\n
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */\n
END_MPL) >>| interfaces_mod.rs
echo \
"/* 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
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
" >>| interfaces_mod.rs

# loop all files in interfaces dir
for x in $(print interfaces/*.rs~interfaces/mod.rs)
Expand Down

0 comments on commit f749fe4

Please sign in to comment.