Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2017-07-13 16:20:57 +03:00
parent 33d35654fc
commit a921025ce9
1 changed files with 1 additions and 1 deletions

2
ssm
View File

@ -96,7 +96,7 @@ pid_wait() {
## See if NAME is a function
is_function() {
declare name=$1 name_tupe
declare name=$1 name_type
name_type=$( type -t "$name" )