Re: executing file names with spaces
Pascal Bourguignon <[email protected]>
| Newsgroups | gmane.lisp.clisp.general |
|---|---|
| Message-ID | <[email protected]> |
> On 6 Jan 2017, at 12:44, Jean Louis <[email protected]> wrote: > > Hello, > > I have made a small script video2webm.cl and then a symlink "Convert > to WebM" that should be used to run it. I am using the first line > #!/usr/bin/clisp > > However, there is an error: > > admin-> "./Convert to WebM Format" > *** - LOAD: A file with name Convert does not exist > > I guess that CLISP is searching for (first *args*), and taking the > first word as being the name of file. Instead, it should recognize the > full name of the file, and put it into the (first *args*) correctly, > even if it includes spaces. > You can search the bug database at https://sourceforge.net/p/clisp/bugs/ <https://sourceforge.net/p/clisp/bugs/> and report a new bug if it is not already recorded. -- __Pascal J. Bourguignon__ ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot _______________________________________________ clisp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/clisp-list