Fix the -n -> -z
This commit is contained in:
@@ -102,7 +102,7 @@ do
|
|||||||
continue;
|
continue;
|
||||||
fi;
|
fi;
|
||||||
# skip empty lines
|
# skip empty lines
|
||||||
if [ -n "$line" ]; then
|
if [ -z "$line" ]; then
|
||||||
continue;
|
continue;
|
||||||
fi;
|
fi;
|
||||||
# extract screen title and command (should also be cleaned for title)
|
# extract screen title and command (should also be cleaned for title)
|
||||||
|
|||||||
Reference in New Issue
Block a user