From 635733007b682040c8a607eb6d1bb76d385f53a1 Mon Sep 17 00:00:00 2001 From: "alecf%netscape.com" Date: Mon, 22 Nov 1999 22:21:07 +0000 Subject: [PATCH] update xterm-titler to only show the relative directory r=leaf --- config/rules.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/rules.mk b/config/rules.mk index 8b5ab8b44d3..8e471dff971 100644 --- a/config/rules.mk +++ b/config/rules.mk @@ -226,7 +226,7 @@ CLICK_STOPWATCH = true endif ifdef MOZ_UPDATE_XTERM -UPDATE_TITLE = echo "]2;gmake: $@ in $(shell pwd | sed 's:\.\./::g ')/$$d" +UPDATE_TITLE = echo "]2;gmake: $@ in $(shell $(topsrcdir)/build/autoconf/print-depth-path.sh)/$$d" else UPDATE_TITLE = true endif