diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-19 18:44:11 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-19 18:44:11 +0800 |
commit | 3f42e716135bc048b90cb6cca188f324e65c69dc (patch) | |
tree | 8c3238b7f0cbec2e9210d52f562960bb22323a7d /lang/execline | |
parent | e127cf2f03a87283f703b70f81a3e1891e56e7f5 (diff) | |
download | freebsd-ports-gnome-3f42e716135bc048b90cb6cca188f324e65c69dc.tar.gz freebsd-ports-gnome-3f42e716135bc048b90cb6cca188f324e65c69dc.tar.zst freebsd-ports-gnome-3f42e716135bc048b90cb6cca188f324e65c69dc.zip |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket
Diffstat (limited to 'lang/execline')
-rw-r--r-- | lang/execline/pkg-descr | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lang/execline/pkg-descr b/lang/execline/pkg-descr index 523a3867ea12..547a7af0e512 100644 --- a/lang/execline/pkg-descr +++ b/lang/execline/pkg-descr @@ -1,12 +1,12 @@ -execline is a very light non-interactive scripting language, -which is similar to /bin/sh. Simple shell scripts can be -easily rewritten in the execline language, improving performance +execline is a very light non-interactive scripting language, +which is similar to /bin/sh. Simple shell scripts can be +easily rewritten in the execline language, improving performance and memory usage. execline was designed for use -in embedded systems, but works on most Unix flavors. +in embedded systems, but works on most Unix flavors. -execline features conditional loops, getopt-style option handling, -filename globbing, and more. Meanwhile, its syntax -is far more logical and predictable than the shell's syntax, +execline features conditional loops, getopt-style option handling, +filename globbing, and more. Meanwhile, its syntax +is far more logical and predictable than the shell's syntax, and has no security issues. WWW: http://www.skarnet.org/software/execline/ |