diff options
author | Jonas Smedegaard <dr@jones.dk> | 2014-01-12 21:50:57 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2014-01-12 21:50:57 +0100 |
commit | f514d1b8dfa19cb1f5c46ae12bc122c09a3a8e17 (patch) | |
tree | 5ef59af0c95c213a2bbd3d8983a6d186eca13cf4 /localtidygeojson | |
parent | 6e29d7184e564bc3926a1a6fefd4037099b45378 (diff) |
Fix drop (hint about) obsolete dependency on moreutils.
Diffstat (limited to 'localtidygeojson')
-rwxr-xr-x | localtidygeojson | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/localtidygeojson b/localtidygeojson index 5e9e3c6..7a5147c 100755 --- a/localtidygeojson +++ b/localtidygeojson @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Depends: jshon moreutils +# Depends: jshon set -eu |