From 202894053825ef4275bb492636b0155f84b0a363 Mon Sep 17 00:00:00 2001 From: Steven Noonan Date: Tue, 29 Sep 2009 16:57:05 -0700 Subject: domake & dolinks: use BASH shell and GNU make FreeBSD's /bin/sh doesn't understand pushd/popd. FreeBSD's 'make' is BSD make. Use gmake instead. Signed-off-by: Steven Noonan --- crawl-ref/dolinks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/dolinks.sh') diff --git a/crawl-ref/dolinks.sh b/crawl-ref/dolinks.sh index e4a023d76c..072555e7bc 100755 --- a/crawl-ref/dolinks.sh +++ b/crawl-ref/dolinks.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash mkdir -p NORMAL mkdir -p WIZARD -- cgit v1.2.3-54-g00ecf