Procházet zdrojové kódy

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

Kamil Piechaczek před 7 roky
rodič
revize
155613983d
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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.