Index: /trunk/devel/run
===================================================================
--- /trunk/devel/run	(revision 1130)
+++ /trunk/devel/run	(revision 1138)
@@ -121,5 +121,5 @@
 
 if [[ $# -eq 0 ]]; then
-	set -- "$action" "${args[@]}"
+	set -- $action "${args[@]}"
 fi
 
@@ -332,5 +332,5 @@
 	*php-fpm*)
 		stopfpm
-		hiecho Starting fpm ...
+		hiecho Starting fpm "${commandLine[@]}" ...
 		"${commandLine[@]}"
 		echo -n "Ctrl-C to stop"
@@ -340,4 +340,5 @@
 		;;
 	*)
+		hiecho "${commandLine[@]}"
 		"${commandLine[@]}"
 		;;
