comparison bin/ldmd @ 1416:17268b0a3ab0

Fix for mingw32 segfault
author Kelly Wilson <wilsonk cpsc.ucalgary.ca>
date Sat, 23 May 2009 14:59:04 -0600
parents e40c65bd8c5d
children c3c23d2c5407
comparison
equal deleted inserted replaced
1415:bac3931b3de3 1416:17268b0a3ab0
1 #! /usr/bin/env bash 1 #! /usr/bin/env sh
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