Parcourir la source

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

Kamil Piechaczek il y a 7 ans
Parent
commit
155613983d
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  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.