diff options
author | Monwarez <monwarez@gmail.com> | 2016-11-26 02:28:56 +0100 |
---|---|---|
committer | Thibault Payet <monwarez@gmail.com> | 2017-07-26 00:18:53 +0200 |
commit | bc0e4eb01ce8ddba0f8e8b12c9bed9e50e8afc40 (patch) | |
tree | 09b7c88e828e3dd779658cc575df3e26c66696b6 /update | |
parent | e56a2a0f64c12f9fbeaccfa378fcddfb3620e74d (diff) | |
download | evol-tools-bc0e4eb01ce8ddba0f8e8b12c9bed9e50e8afc40.tar.gz evol-tools-bc0e4eb01ce8ddba0f8e8b12c9bed9e50e8afc40.tar.bz2 evol-tools-bc0e4eb01ce8ddba0f8e8b12c9bed9e50e8afc40.tar.xz evol-tools-bc0e4eb01ce8ddba0f8e8b12c9bed9e50e8afc40.zip |
use env instead of full path to bash
Diffstat (limited to 'update')
-rwxr-xr-x | update/addmods.sh | 2 | ||||
-rwxr-xr-x | update/create_music.sh | 4 | ||||
-rwxr-xr-x | update/createnew.sh | 4 | ||||
-rwxr-xr-x | update/update.sh | 2 | ||||
-rwxr-xr-x | update/update_music.sh | 2 |
5 files changed, 7 insertions, 7 deletions
diff --git a/update/addmods.sh b/update/addmods.sh index 6a4b1c0..3a4e036 100755 --- a/update/addmods.sh +++ b/update/addmods.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright (C) 2010-2012 Evol Online # Author: Andrei Karas (4144) 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/ diff --git a/update/createnew.sh b/update/createnew.sh index 535ea81..86a6b93 100755 --- a/update/createnew.sh +++ b/update/createnew.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright (C) 2011-2012 Evol Online # Author: Andrei Karas (4144) @@ -32,4 +32,4 @@ cat xml_footer.txt >>resources.xml cp evol.zip ../upload/ cp resources2.txt ../upload/ cp resources.xml ../upload/ -cp ../news.txt ../upload/
\ No newline at end of file +cp ../news.txt ../upload/ diff --git a/update/update.sh b/update/update.sh index e092464..01dab51 100755 --- a/update/update.sh +++ b/update/update.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright (C) 2010-2012 Evol Online # Author: Andrei Karas (4144) diff --git a/update/update_music.sh b/update/update_music.sh index a74e15a..aca1506 100755 --- a/update/update_music.sh +++ b/update/update_music.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright (C) 2010-2012 Evol Online # Author: Andrei Karas (4144) |