From 8f8b98d9554f05883df4fc0d826f218dabcf87c0 Mon Sep 17 00:00:00 2001 From: TJ Holowaychuk Date: Sun, 20 May 2012 13:17:50 -0300 Subject: [PATCH] Revert "Use `--multiple` option for basename." This reverts commit e8fd1bf36af63163f864ebe11b140110c665b63f. --- bin/mad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mad b/bin/mad index 5c0942f..2d8147b 100755 --- a/bin/mad +++ b/bin/mad @@ -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|;'