fix #16 remove-ext and remove-ext* problem #17

Merged
lijunsong merged 1 commits from master into master 8 years ago
lijunsong commented 8 years ago (Migrated from github.com)

The problem was remove-ext (and remove-ext*) function checked the given path for hidden files, and treated "./file.html.pm" as a hidden file. This fix checks file name of a given path.

The problem was remove-ext (and remove-ext*) function checked the given path for hidden files, and treated "./file.html.pm" as a hidden file. This fix checks _file name_ of a given path.
mbutterick commented 8 years ago (Migrated from github.com)

Thank you.

Thank you.
The pull request has been merged as bc95ce269e.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b master master
git pull origin master

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff master
git push origin master
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: mbutterick/sugar#17
Loading…
There is no content yet.