changeset 1417:c3c23d2c5407

Revert ldmd back to use `bash` instead of `sh` to unbreak it on Ubuntu.
author Frits van Bommel <fvbommel wxs.nl>
date Sat, 23 May 2009 23:18:47 +0200
parents 17268b0a3ab0
children f5f8c21ce6ef
files bin/ldmd
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/ldmd	Sat May 23 14:59:04 2009 -0600
+++ b/bin/ldmd	Sat May 23 23:18:47 2009 +0200
@@ -1,4 +1,4 @@
-#! /usr/bin/env sh
+#! /usr/bin/env bash
 
 # Default to 'ldc' next to this file
 LDC=`basename "$0"`/ldc