Bug 19512 - Unquoted $ORIGDIR in autogen.sh
Summary: Unquoted $ORIGDIR in autogen.sh
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Trivial
Assignee: Alberto Garcia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-12 00:39 PDT by Julien Sanchez
Modified: 2013-09-11 02:53 PDT (History)
4 users (show)

See Also:


Attachments
Patch (1.33 KB, patch)
2013-09-11 01:24 PDT, Alberto Garcia
no flags Details | Formatted Diff | Diff
Patch (1.40 KB, patch)
2013-09-11 02:42 PDT, Alberto Garcia
cgarcia: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Julien Sanchez 2008-06-12 00:39:04 PDT
$ORIGDIR must be quoted to build inside a directory with space
Comment 1 Alberto Garcia 2013-09-11 01:24:50 PDT
Created attachment 211288 [details]
Patch

I'm not sure why anyone would want to build inside a directory with
this kind of names, but configure will anyway make a proper safety
check.
Comment 2 Carlos Garcia Campos 2013-09-11 02:12:51 PDT
Comment on attachment 211288 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=211288&action=review

> autogen.sh:11
> -rm -f $top_srcdir/autom4te.cache
> +rm -rf autom4te.cache

Is this related to this bug? or can it be fixed in a different commit?
Comment 3 Alberto Garcia 2013-09-11 02:26:23 PDT
Not directly related, I was just trying to sanitize autogen.sh a bit.

Not sure if the autom4te thing deserves its own patch, but I can also file a separate bug, of course.
Comment 4 Carlos Garcia Campos 2013-09-11 02:33:50 PDT
(In reply to comment #3)
> Not directly related, I was just trying to sanitize autogen.sh a bit.
> 
> Not sure if the autom4te thing deserves its own patch, but I can also file a separate bug, of course.

Yes, please, even if it's one line patch it's a different fix
Comment 5 Alberto Garcia 2013-09-11 02:42:20 PDT
Created attachment 211291 [details]
Patch

So be it
Comment 6 Alberto Garcia 2013-09-11 02:53:26 PDT
Committed r155515: <http://trac.webkit.org/changeset/155515>