Skip to content

Commit

Permalink
Update waf to 2.0.12
Browse files Browse the repository at this point in the history
- Issue: #26
- Issue: tiliado/nuvolaplayer#469

Signed-off-by: Jiří Janoušek <janousek.jiri@gmail.com>
  • Loading branch information
jiri-janousek committed Oct 27, 2018
1 parent 1e0c10a commit 0970e18
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 9 deletions.
9 changes: 9 additions & 0 deletions tools/update_waf
@@ -0,0 +1,9 @@
#!/bin/sh
set -eu
FILE=$(wget "https://waf.io/" -O - | grep -o -m 1 -E 'waf-[[:digit:]]+\.[[:digit:]]+\.[[:digit:]]+')
wget "https://waf.io/$FILE"
echo "#!/usr/bin/env python3" > waf-new
tail -n +2 "$FILE" >> waf-new
chmod a+x waf-new
mv waf-new waf
rm "$FILE"
19 changes: 10 additions & 9 deletions waf

Large diffs are not rendered by default.

0 comments on commit 0970e18

Please sign in to comment.