Skip to content

Commit

Permalink
MAINT: fix bug scrtlabs#351
Browse files Browse the repository at this point in the history
  • Loading branch information
lacabra committed Jun 14, 2018
1 parent f3cc2ad commit 45f564b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/ordered_pip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ while read line
do
if [[ -n "$line" && "$line" != \#* ]] ; then
# forward to pip any args after the reqs filename
pip install --exists-action w $line "${@:2}"
pip install --exists-action w $(echo $line | sed 's/;.*$//') "${@:2}"
((a = a + 1))
fi
done < $1
Expand Down

0 comments on commit 45f564b

Please sign in to comment.