From: Stephen Haberman Date: Fri, 2 Apr 2010 21:41:07 +0000 (-0500) Subject: Use bash and fix the here document. X-Git-Url: http://git.droids-corp.org/?p=git-central.git;a=commitdiff_plain;h=2099b78b653eafd9d716149b2fff8e805117ee91 Use bash and fix the here document. --- diff --git a/scripts/create-stable b/scripts/create-stable index 3ee7503..3997b64 100644 --- a/scripts/create-stable +++ b/scripts/create-stable @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # Creates a separate DAG in the repo to merge stable into. # @@ -7,12 +7,14 @@ # Make a root directory tree with no files in it config_tree_hash=$(git mktree <