mirror of
https://github.com/jekyll/jekyll.git
synced 2026-04-28 03:01:03 -04:00
Updated the scripts shebang for portability
- Updated all of the sh and bash shebangs for consistency and portability. - set -e to the test script for portability Resolves #3857
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# rebund(1)
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user