summaryrefslogtreecommitdiff
path: root/chinese/gcin-devel/files/patch-configure
blob: 1ca3178f24da6deea4b63137e1b6d8f1e282ac6b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- configure.orig	Tue Aug  3 13:46:22 2004
+++ configure	Tue Aug 17 20:24:39 2004
@@ -1,7 +1,7 @@
-#!/bin/bash
+#!/bin/sh
 
 MAKE=make
-which gmake >& /dev/null
+which gmake > /dev/null
 if [ $? = 0 ]; then
   MAKE=gmake
 fi