Skip to content

Commit

Permalink
setup.sh:no longer creating of ~/.luwrain/app
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Pozhidaev committed Jan 29, 2016
1 parent 90d0550 commit 07c61f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cd ..

echo Creating '~'/.luwrain
mkdir -p ~/.luwrain
for i in app extensions registry; do
for i in extensions registry; do
mkdir -p ~/.luwrain/$i
done

Expand Down

0 comments on commit 07c61f3

Please sign in to comment.