From 640756e39d21373556e804cad1d1bafc1c09492f Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 30 Apr 2008 23:26:20 +0000 Subject: [PATCH] last minute fix for last minute change --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 81cefdcfa..c813168af 100644 --- a/Makefile +++ b/Makefile @@ -118,7 +118,7 @@ PERL_INC_DEV_KLUDGE = /usr/local/share/perl/5.8.8/ VERSION=1.9.0cvs TAG=freeside_1_9_0 -DEBVERSION = `echo $VERSION | perl -pe 's/(\d)([a-z])/\1~\2/'`-1 +DEBVERSION = `echo ${VERSION} | perl -pe 's/(\d)([a-z])/\1~\2/'`-1 help: @echo "supported targets:" -- 2.11.0