summaryrefslogtreecommitdiff
path: root/update/create_music.sh
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-07-25 23:49:18 +0000
committerAndrei Karas <akaras@inbox.ru>2017-07-25 23:49:18 +0000
commit00030711191c0eba6a0248e9cac81503e8e2681c (patch)
tree09b7c88e828e3dd779658cc575df3e26c66696b6 /update/create_music.sh
parente56a2a0f64c12f9fbeaccfa378fcddfb3620e74d (diff)
parentbc0e4eb01ce8ddba0f8e8b12c9bed9e50e8afc40 (diff)
downloadtools-00030711191c0eba6a0248e9cac81503e8e2681c.tar.gz
tools-00030711191c0eba6a0248e9cac81503e8e2681c.tar.bz2
tools-00030711191c0eba6a0248e9cac81503e8e2681c.tar.xz
tools-00030711191c0eba6a0248e9cac81503e8e2681c.zip
Merge branch 'use-env-bash' into 'master'
use /usr/env/bin bash See merge request !13
Diffstat (limited to 'update/create_music.sh')
-rwxr-xr-xupdate/create_music.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/update/create_music.sh b/update/create_music.sh
index db82b2f..63e969e 100755
--- a/update/create_music.sh
+++ b/update/create_music.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# Copyright (C) 2011-2012 Evol Online
# Author: Andrei Karas (4144)
@@ -27,4 +27,4 @@ cat xml_footer.txt >>resources.xml
cp music.zip ../upload/
cp resources.xml ../upload/
-cp ../news.txt ../upload/ \ No newline at end of file
+cp ../news.txt ../upload/