[commit: ghc] master: get-win32-tarballs: Use bash, not sh (1300afa)

git at git.haskell.org git at git.haskell.org
Tue Sep 5 11:22:17 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/1300afaa6d0ab20d7891b2f42d0f02268582692b/ghc

>---------------------------------------------------------------

commit 1300afaa6d0ab20d7891b2f42d0f02268582692b
Author: Ben Gamari <bgamari.foss at gmail.com>
Date:   Mon Sep 4 08:00:48 2017 -0400

    get-win32-tarballs: Use bash, not sh
    
    The script appears to use the local keyword, which I'm fairly certain is
    a feature of bash and not sh.
    
    Reviewers: Phyx, austin
    
    Reviewed By: Phyx
    
    Subscribers: rwbarton, thomie
    
    Differential Revision: https://phabricator.haskell.org/D3906


>---------------------------------------------------------------

1300afaa6d0ab20d7891b2f42d0f02268582692b
 mk/get-win32-tarballs.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mk/get-win32-tarballs.sh b/mk/get-win32-tarballs.sh
index 7f3b544..75889ee 100755
--- a/mk/get-win32-tarballs.sh
+++ b/mk/get-win32-tarballs.sh
@@ -1,4 +1,4 @@
-#!/usr/bin/env sh
+#!/usr/bin/env bash
 
 tarball_dir='ghc-tarballs'
 missing_files=0



More information about the ghc-commits mailing list