Changeset 1138 for trunk/devel/run
- Timestamp:
- 08/09/2012 02:57:07 PM (9 months ago)
- Files:
-
- 1 modified
-
trunk/devel/run (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/devel/run
r1130 r1138 121 121 122 122 if [[ $# -eq 0 ]]; then 123 set -- "$action""${args[@]}"123 set -- $action "${args[@]}" 124 124 fi 125 125 … … 332 332 *php-fpm*) 333 333 stopfpm 334 hiecho Starting fpm ...334 hiecho Starting fpm "${commandLine[@]}" ... 335 335 "${commandLine[@]}" 336 336 echo -n "Ctrl-C to stop" … … 340 340 ;; 341 341 *) 342 hiecho "${commandLine[@]}" 342 343 "${commandLine[@]}" 343 344 ;;

