From 23a4f9294d27758c1d0867ba25b521bfbee95bcb Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Thu, 6 Jul 2006 20:54:19 +0000 Subject: [PATCH] - fix Sticky Tag regexp --- planetlab.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/planetlab.mk b/planetlab.mk index 8fbe0c1b..41e522d1 100644 --- a/planetlab.mk +++ b/planetlab.mk @@ -30,7 +30,7 @@ ifneq ($(wildcard CVS/Root),) CVSROOT := $(shell cat CVS/Root) -TAG := $(shell cvs status Makefile | sed -ne 's/[[:space:]]*Sticky Tag:[[:space:]]*\(.*\)/\1/p') +TAG := $(shell cvs status planetlab.mk | sed -ne 's/[[:space:]]*Sticky Tag:[[:space:]]*\([^[:space:]]*\).*/\1/p') ifeq ($(TAG),(none)) TAG := HEAD endif -- 2.47.0