Skip to content

Unable to use operands with command substitution #20

@tmountain

Description

@tmountain

I'm trying to do the following:

(set! FILENAME @(date +(quoted "foo_%Y_%m_%d.pg")))

The output I want is:

FILENAME=$(date +"foo_%Y_%m_%d.pg")

Instead I'm getting:

FILENAME=$(date + "foo_%Y_%m_%d.pg") # invalid syntax...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions