aboutsummaryrefslogtreecommitdiffstats
path: root/nlay
diff options
context:
space:
mode:
Diffstat (limited to 'nlay')
-rwxr-xr-xnlay3
1 files changed, 2 insertions, 1 deletions
diff --git a/nlay b/nlay
index 53d89e3..437dd7e 100755
--- a/nlay
+++ b/nlay
@@ -88,5 +88,6 @@ fi
for index in ${!app[@]}
do
type -P ${app[$index]} &>/dev/null &&
- eval ${app[$index]} ${opts[$index]} "\"$1\"" ${bg[$index]}
+ eval ${app[$index]} ${opts[$index]} "\"$1\"" ${bg[$index]} &&
+ break
done