Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Fixed another sed Mac/Linux incompatibility
Browse files Browse the repository at this point in the history
See previous commit description for more details.
  • Loading branch information
Aramgutang committed Nov 3, 2016
1 parent d91fb6c commit e5a0d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icekit/bin/startproject.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ find . -type f -exec sed -e "s/project_template/$DEST_DIR_BASENAME/g" -i.deletem
find . -type f -iname "*.deleteme" -delete

# Replace editable with package requirement.
sed -e "s/-e ../django-icekit/" -i '' requirements-icekit.txt
sed -e "s/-e ../django-icekit/" requirements-icekit.txt > requirements-icekit.txt

if [[ -n $(which git) ]]; then
echo
Expand Down

0 comments on commit e5a0d92

Please sign in to comment.