Skip to content

Commit

Permalink
Fix some build portability issues
Browse files Browse the repository at this point in the history
Use python3 over python for default 2.x envs
Use bash over sh


Former-commit-id: 4f3ae882c8445250350144b55f84a546678068b8
  • Loading branch information
alexheretic committed May 12, 2017
1 parent 805945c commit 754af63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-dist
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ fi
echo 'Copy & compile sources'
cd $DIR/target/lib/apart-gtk/src
cp -r $DIR/src/* ./
python -m compileall ./
python3 -m compileall ./


echo 'Copy misc & icons'
Expand Down
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env sh
#!/usr/bin/env bash
# buildapi-variable-no-builddir

set -eu
Expand Down

0 comments on commit 754af63

Please sign in to comment.