Skip to content

Commit

Permalink
Fixed echo command at line 142
Browse files Browse the repository at this point in the history
  • Loading branch information
gzachos committed Oct 24, 2015
1 parent c6f74a8 commit 9c84015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installEclipse.sh
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ sudo mv ./eclipse/ /opt/
X2="$?"

# The 'eclipse.desktop' file is created
sudo echo "[Desktop Entry]\nName=Eclipse\nType=Application\nExec=/opt/eclipse/eclipse\nTerminal=false\nIcon=/usr/share/pixmaps/eclipse.xpm\nComment=Intergrated Development Environment\nNoDisplay=false\nCategories=Development;" > eclipse.desktop
sudo echo -e "[Desktop Entry]\nName=Eclipse\nType=Application\nExec=/opt/eclipse/eclipse\nTerminal=false\nIcon=/usr/share/pixmaps/eclipse.xpm\nComment=Intergrated Development Environment\nNoDisplay=false\nCategories=Development;" > eclipse.desktop
X3="$?"

# The '.desktop' file is installed and then deleted
Expand Down

0 comments on commit 9c84015

Please sign in to comment.