From c1fee086308fbe262704e1d60ff86ee7bf3eba0a Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sat, 29 Nov 2008 13:14:01 +0000 Subject: Get rid of final `` --- ecofont/build/ecofont.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ecofont/build/ecofont.SlackBuild') diff --git a/ecofont/build/ecofont.SlackBuild b/ecofont/build/ecofont.SlackBuild index b5c36053..c1c57ed7 100755 --- a/ecofont/build/ecofont.SlackBuild +++ b/ecofont/build/ecofont.SlackBuild @@ -111,7 +111,7 @@ echo "++" # Font directory location depends on the X build prefix: # Determine what X we're running (the modular X returns the prefix # in the next command, while older versions stay silent): -XPREF=`pkg-config --variable=prefix x11` || true +XPREF=$(pkg-config --variable=prefix x11) || true if [ "$XPREF" == "" ]; then XPREF='/usr/X11R6' FONTDIR="$XPREF/lib/X11/fonts/TTF" -- cgit v1.2.3-65-gdbad