Skip to content

Commit

Permalink
mac compatibility fix
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Apr 1, 2017
1 parent 25f1370 commit 60e2b1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/sipify_all.sh
Expand Up @@ -36,9 +36,9 @@ while read -r sipfile; do
fi
fi
done < <(
sed -n -r 's/^%Include (.*\.sip)/core\/\1/p' python/core/core.sip
sed -n -r 's/^%Include (.*\.sip)/gui\/\1/p' python/gui/gui.sip
sed -n -r 's/^%Include (.*\.sip)/analysis\/\1/p' python/analysis/analysis.sip
${GP}sed -n -r 's/^%Include (.*\.sip)/core\/\1/p' python/core/core.sip
${GP}sed -n -r 's/^%Include (.*\.sip)/gui\/\1/p' python/gui/gui.sip
${GP}sed -n -r 's/^%Include (.*\.sip)/analysis\/\1/p' python/analysis/analysis.sip
)

popd > /dev/null

0 comments on commit 60e2b1b

Please sign in to comment.