Browse Source

Use a universal shebang

Fixes #15037
tags/v8.2RC1
Olivier Paroz 8 years ago
parent
commit
ff4227bbfc

+ 1
- 1
apps/files_external/tests/env/start-amazons3-ceph.sh View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# ownCloud
#

+ 1
- 1
apps/files_external/tests/env/start-ftp-morrisjobke.sh View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# ownCloud
#

+ 1
- 1
apps/files_external/tests/env/start-sftp-atmoz.sh View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# ownCloud
#

+ 1
- 1
apps/files_external/tests/env/start-smb-silvershell.sh View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# ownCloud
#

+ 1
- 1
apps/files_external/tests/env/start-smb-windows.sh View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# ownCloud
#

+ 1
- 1
apps/files_external/tests/env/start-webdav-ownCloud.sh View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# ownCloud
#

+ 1
- 1
apps/files_external/tests/env/stop-amazons3-ceph.sh View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# ownCloud
#

+ 1
- 1
apps/files_external/tests/env/stop-ftp-morrisjobke.sh View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# ownCloud
#

+ 1
- 1
apps/files_external/tests/env/stop-sftp-atmoz.sh View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# ownCloud
#

+ 1
- 1
apps/files_external/tests/env/stop-smb-silvershell.sh View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# ownCloud
#

+ 1
- 1
apps/files_external/tests/env/stop-smb-windows.sh View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# ownCloud
#

+ 1
- 1
apps/files_external/tests/env/stop-webdav-ownCloud.sh View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# ownCloud
#

+ 1
- 1
autotest-external.sh View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# ownCloud
#

+ 1
- 1
autotest-js.sh View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# ownCloud
#

+ 1
- 1
autotest.sh View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# ownCloud
#

+ 1
- 1
buildjsdocs.sh View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# ownCloud
#

+ 1
- 1
core/img/image-optimization.sh View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

function recursive_optimize_images() {
cd $1;

+ 1
- 1
l10n/rm-old.sh View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

lang=(ach ady af_ZA ak am_ET ar ast az bal be bg_BG bn_BD bn_IN bs ca cs_CZ cy_GB da de de_AT de_DE el en_GB en@pirate eo es es_AR es_CL es_MX et_EE eu fa fi_FI fil fr fy_NL gl gu he hi hr hu_HU hy ia id io is it ja jv ka_GE km kn ko ku_IQ la lb lo lt_LT lv mg mk ml ml_IN mn mr ms_MY mt_MT my_MM nb_NO nds ne nl nn_NO nqo oc or_IN pa pl pt_BR pt_PT ro ru si_LK sk_SK sl sq sr sr@latin su sv sw_KE ta_IN ta_LK te tg_TJ th_TH tl_PH tr tzl tzm ug uk ur_PK uz vi yo zh_CN zh_HK zh_TW)


Loading…
Cancel
Save