Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix sipify_all
  • Loading branch information
3nids committed Apr 30, 2017
1 parent c437b55 commit d71a563
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/sipify_all.sh
Expand Up @@ -42,11 +42,7 @@ done < <(
${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
<<<<<<< HEAD
${GP}sed -n -r 's/^%Include (.*\.sip)/server\/\1/p' python/analysis/server.sip
=======
${GP}sed -n -r 's/^%Include (.*\.sip)/server\/\1/p' python/server/server.sip
>>>>>>> a86f5ea52d75862c190105d1ceb23c47a61bba4e
)

echo " => $count files sipified!"
Expand Down

0 comments on commit d71a563

Please sign in to comment.