diff options
author | Leith Bade <leith@mapbox.com> | 2015-01-05 12:50:07 +1300 |
---|---|---|
committer | Leith Bade <leith@mapbox.com> | 2015-01-05 12:50:07 +1300 |
commit | 3ac81119944d95790f9ddde46b441af70c23d897 (patch) | |
tree | a38823646dc79a75d69a17ff09207c1b1682bb42 /update_icons.sh | |
parent | 8eceb082bab11fb1fd7d2dcfe85152daa6c54da4 (diff) | |
download | qtlocation-mapboxgl-3ac81119944d95790f9ddde46b441af70c23d897.tar.gz |
Change update_icons.sh to bash
Diffstat (limited to 'update_icons.sh')
-rwxr-xr-x | update_icons.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update_icons.sh b/update_icons.sh index 7940aacc28..1952604b36 100755 --- a/update_icons.sh +++ b/update_icons.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash export PATH=$HOME/bin:/usr/local/bin:/usr/bin:/bin |