[Nice-commit] Nice Makefile,1.109,1.110
Brought to you by:
bonniot
From: <bo...@us...> - 2003-02-26 14:40:14
|
Update of /cvsroot/nice/Nice In directory sc8-pr-cvs1:/tmp/cvs-serv15446 Modified Files: Makefile Log Message: Use the /bin/sh shell. Index: Makefile =================================================================== RCS file: /cvsroot/nice/Nice/Makefile,v retrieving revision 1.109 retrieving revision 1.110 diff -C2 -d -r1.109 -r1.110 *** Makefile 27 Dec 2002 19:29:35 -0000 1.109 --- Makefile 26 Feb 2003 14:40:07 -0000 1.110 *************** *** 10,14 **** VERSION = ${shell expr "`head -1 debian/changelog`" : '.*(\(.*\))'} ! SHELL = /bin/zsh TOP=${PWD} --- 10,14 ---- VERSION = ${shell expr "`head -1 debian/changelog`" : '.*(\(.*\))'} ! SHELL = /bin/sh TOP=${PWD} |