diff options
author | Leith Bade <leith@mapbox.com> | 2015-01-05 12:55:39 +1300 |
---|---|---|
committer | Leith Bade <leith@mapbox.com> | 2015-01-05 12:55:39 +1300 |
commit | 097650b7dbdc0753e0e4269400b124974e157baf (patch) | |
tree | 69f46af7b403ea9e76c6706714aee056fa3d7ce2 /update_icons.sh | |
parent | 3ac81119944d95790f9ddde46b441af70c23d897 (diff) | |
download | qtlocation-mapboxgl-097650b7dbdc0753e0e4269400b124974e157baf.tar.gz |
Don't change path
Diffstat (limited to 'update_icons.sh')
-rwxr-xr-x | update_icons.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/update_icons.sh b/update_icons.sh index 1952604b36..8e4f9b8947 100755 --- a/update_icons.sh +++ b/update_icons.sh @@ -1,7 +1,5 @@ #!/bin/bash -export PATH=$HOME/bin:/usr/local/bin:/usr/bin:/bin - if [[ -z `which iconoblast` ]]; then echo "Requires https://github.com/mapbox/iconoblast!" exit 1 |