diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2018-04-08 12:04:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-08 12:04:17 +0200 |
commit | 1c0e19dfcffddd9e9f888e7eeb3d6a99d7e25f6f (patch) | |
tree | a84ff309442283b052a6a1966a7adede08f808c7 | |
parent | 959fffe0dfd2fd02d3f6d87ea154bebfdc4a68d0 (diff) |
Make codacy happy
-rw-r--r-- | contrib/merge_updates_unix.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/merge_updates_unix.sh b/contrib/merge_updates_unix.sh index ef0fea2beac..e72c5e7b883 100644 --- a/contrib/merge_updates_unix.sh +++ b/contrib/merge_updates_unix.sh @@ -1,2 +1 @@ -Make codacy happy -cat ../sql/updates/world/*.sql > world_update.sql +#!/bin/bashcat ../sql/updates/world/*.sql > world_update.sql |