Bläddra i källkod

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

Kamil Piechaczek 7 år sedan
förälder
incheckning
155613983d
2 ändrade filer med 2 tillägg och 2 borttagningar
  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.