From 88e415b0dfe0e5135810696bf26c3c6bd0cf9665 Mon Sep 17 00:00:00 2001 From: Fabien Benetou Date: Wed, 20 Jul 2011 13:28:43 +0200 Subject: [PATCH] fixed path (for real) --- shell_scripts/pmwiki_recipes_info_listing | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell_scripts/pmwiki_recipes_info_listing b/shell_scripts/pmwiki_recipes_info_listing index cfa94fb..bddfebd 100755 --- a/shell_scripts/pmwiki_recipes_info_listing +++ b/shell_scripts/pmwiki_recipes_info_listing @@ -33,7 +33,7 @@ do echo -n '!'; echo "[[#$SCRIPT]][[$REPOSITORYURL/$SCRIPT|$SCRIPT]]"; grep RecipeInfo $SCRIPT | sed "s/.*= '\(.*\)';.*/* version (or date) \1/" ; - grep HandleAction $SCRIPT | sed "s/.*], '\(.*\)');.*/* action [[Path.:?action=\1]]/" ; + grep HandleAction $SCRIPT | sed "s/.*], '\(.*\)');.*/* action [[Path:.?action=\1]]/" ; grep ^Markup $SCRIPT | sed "s/.*:\(.*\):.*/* markup [@(:\1:)@]/" ; echo "* functions"; for FUNCTION in `grep ^function $SCRIPT | sed "s/^function \(.*\)(.*/\1/"`