Skip to content

Commit

Permalink
make tar quiet
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/osgeo/livedvd/gisvm/trunk@12101 7da46fd8-bd2a-0410-a152-cf9810cf5b10
  • Loading branch information
kalxas committed Dec 28, 2014
1 parent cd2141f commit eff1855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/install_openlayers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ else
fi

echo "\nInstalling OpenLayers2..."
tar zxvf "OpenLayers-$OL2_VERSION.tar.gz"
tar zxf "OpenLayers-$OL2_VERSION.tar.gz"
cd "OpenLayers-$OL2_VERSION"
mv OpenLayers.js "$OL2_DIR"/
mv img "$OL2_DIR"/
Expand Down

0 comments on commit eff1855

Please sign in to comment.