new2dir for commands including quotes [solved]

Stuff that has yet to be sorted into a category.
Post Reply
Message
Author
JasonFruit
Posts: 15
Joined: Thu 18 Sep 2008, 17:26

new2dir for commands including quotes [solved]

#1 Post by JasonFruit »

I'm trying to make a PET package of the Common Lisp webserver Hunchentoot, installing it via ASDF-INSTALL. When I do so using this command:

Code: Select all

new2dir sbcl --eval "(asdf-install:install 'hunchentoot)"
new2dir wipes out the quotation marks, and the command fails. How can I make it work?
Last edited by JasonFruit on Wed 24 Dec 2008, 17:16, edited 1 time in total.

JasonFruit
Posts: 15
Joined: Thu 18 Sep 2008, 17:26

I'm an idiot

#2 Post by JasonFruit »

Umm . . . yeah - I haven't been getting much sleep recently. I moved the command to a shell script.

Sorry, all.

Post Reply