Skip to content

Commit

Permalink
Revert "Use --multiple option for basename."
Browse files Browse the repository at this point in the history
This reverts commit e8fd1bf.
  • Loading branch information
tj committed May 20, 2012
1 parent 4853147 commit 8f8b98d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/mad
Expand Up @@ -21,7 +21,7 @@ list_pages() {
test ! -z $path \
&& test -d $path \
&& find $path -type f -print0 \
| xargs -0 basename --multiple \
| xargs -0 basename \
| grep -iv 'readme*' \
| grep '.md$' \
| perl -pe 's|^(.*)\.md$| \1|;'
Expand Down

0 comments on commit 8f8b98d

Please sign in to comment.