Sfoglia il codice sorgente

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

Kamil Piechaczek 7 anni fa
parent
commit
155613983d
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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.