aboutsummaryrefslogtreecommitdiff
path: root/bin/sls
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sls')
-rwxr-xr-xbin/sls4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/sls b/bin/sls
index dee89688..df8625de 100755
--- a/bin/sls
+++ b/bin/sls
@@ -5,4 +5,8 @@ if [ "$#" -eq 0 ] ; then
set -- "$@" "$cfg"
done
fi
+if [ "$#" -eq 0 ] ; then
+ printf >&2 'sls: ssh_config(5) paths not found, need argument\n'
+ exit 1
+fi
slsf -- "$@"