Skip to content

Commit

Permalink
fix the tmp file rm command
Browse files Browse the repository at this point in the history
  • Loading branch information
vann committed Feb 4, 2010
1 parent c0cb7fb commit 7fe177d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update_chromium.sh
Expand Up @@ -19,6 +19,6 @@ echo "Done."
echo "Moving to Applications directory..." echo "Moving to Applications directory..."
rm -rf /Applications/Chromium.app/ rm -rf /Applications/Chromium.app/
mv chrome-mac/Chromium.app/ /Applications/ mv chrome-mac/Chromium.app/ /Applications/
rm ~/tmp/$REVNUM rm ~/tmp/$REVNUM.zip
echo "Done, update successful" echo "Done, update successful"


0 comments on commit 7fe177d

Please sign in to comment.