From 2099b78b653eafd9d716149b2fff8e805117ee91 Mon Sep 17 00:00:00 2001 From: Stephen Haberman Date: Fri, 2 Apr 2010 16:41:07 -0500 Subject: [PATCH] Use bash and fix the here document. --- scripts/create-stable | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 <