comparison bin/ldmd @ 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 593f99fddd2f
comparison
equal deleted inserted replaced
1416:17268b0a3ab0 1417:c3c23d2c5407
1 #! /usr/bin/env sh 1 #! /usr/bin/env bash
2 2
3 # Default to 'ldc' next to this file 3 # Default to 'ldc' next to this file
4 LDC=`basename "$0"`/ldc 4 LDC=`basename "$0"`/ldc
5 if [ ! -x "$LDC" ]; then 5 if [ ! -x "$LDC" ]; then
6 # If that doesn't work, assume this script was called via $PATH 6 # If that doesn't work, assume this script was called via $PATH