From e2a71ad58c5a2c688ff6db265ed3b289452da126 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Sun, 29 Jun 2003 20:15:35 +0000 Subject: [PATCH] * toolbox: fuck OS X! --- toolbox | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/toolbox b/toolbox index 81c96b22fd..6089d4b675 100755 --- a/toolbox +++ b/toolbox @@ -1,7 +1,7 @@ #! /bin/sh ## toolbox for the VLC media player -## $Id: toolbox,v 1.32 2003/06/29 19:04:14 sam Exp $ +## $Id: toolbox,v 1.33 2003/06/29 20:15:35 sam Exp $ ## ## Authors: Samuel Hocevar @@ -116,7 +116,7 @@ if test "${action}" = "vc" then echo "generating Visual Studio files..." - srcdir="`sed -ne '/^srcdir/{s/^srcdir *= *//p;q}' < Makefile`" + srcdir="`sed -ne 's/^srcdir *= *//p' < Makefile`" # The evil ^M M="`printf '\r'`" @@ -367,7 +367,7 @@ if test "${action}" = "includes" then #set -x - srcdir="`sed -ne '/^srcdir/{s/^srcdir *= *//p;q}' < Makefile`" + srcdir="`sed -ne 's/^srcdir *= *//p' < Makefile`" LIBVLC_HEADERS=`getfiles HEADERS_include` BUILTINS=`sed -ne 's/.*builtins *= *" *\([^"]*\)".*/\1/p' vlc-config` -- 2.39.2