Explorar o código

Internal: Changed shebang of internal bash scripts. Closes #1179.

Kamil Piechaczek %!s(int64=7) %!d(string=hai) anos
pai
achega
155613983d
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      scripts/release-ckeditor5.sh
  2. 1 1
      scripts/switch-to-dev-dev.sh

+ 1 - 1
scripts/release-ckeditor5.sh

@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 # @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
 # For licensing, see LICENSE.md.

+ 1 - 1
scripts/switch-to-dev-dev.sh

@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 # @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
 # For licensing, see LICENSE.md.