Merge pull request #3858 from AJ-Acevedo/shebang

Merge pull request 3858
This commit is contained in:
Parker Moore 2015-07-19 20:25:42 -07:00
commit 0eee6990d1
8 changed files with 9 additions and 7 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash
script/branding
bundle install -j8

View File

@ -1,4 +1,4 @@
#! /bin/bash
#!/usr/bin/env bash
echo " ---------------------------------------------------------- "
echo " _ ______ _ __ __ __ _ _ "

View File

@ -1,4 +1,4 @@
#! /bin/bash -e
#!/usr/bin/env bash
script/branding

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
if ruby --version | grep -q "jruby"
then

View File

@ -1,4 +1,4 @@
#! /bin/bash
#!/usr/bin/env bash
#
# Usage:
# script/proof

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# rebund(1)
#

View File

@ -1,4 +1,5 @@
#!/usr/bin/env bash
export BENCHMARK=1
TEST_SCRIPT="Jekyll::Commands::Build.process({'source' => 'site', 'full_rebuild' => true})"

View File

@ -1,4 +1,5 @@
#! /bin/bash -e
#!/usr/bin/env bash
set -e
# Usage:
# script/test <test_file>