Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.
This repository was archived by the owner on Feb 4, 2025. It is now read-only.

WikitudePhoneGapSampleGenerator.sh incorrect syntax #45

Description

In WikitudePhoneGapSampleGenerator.sh, Line 41:
sed -i '.original' 's/\<platform name....

The space between -i and the suffix is incorrect and prevents script from successfully installing.
correct:
sed -i'.original' 's/\<platform name....

(Ubuntu 14.04, sed (GNU sed) 4.2.2)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions