From 8884953459361a95bdde706d6cb384ea5d6fd1de Mon Sep 17 00:00:00 2001 From: Jephte CLAIN Date: Fri, 2 May 2014 22:51:45 +0400 Subject: [PATCH] cosmetic --- mossh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/mossh b/mossh index 4b09667..89e6a26 100755 --- a/mossh +++ b/mossh @@ -1,5 +1,7 @@ #!/bin/bash # -*- coding: utf-8 mode: sh -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=utf-8 +source "$(dirname "$0")/ulib/ulib" || exit 1 +urequire DEFAULTS function display_help() { uecho "$scriptname: Monter un répertoire sur un hôte distant avec sshfs @@ -27,10 +29,6 @@ OPTIONS prioritaire par rapport à cette option." } -source "$(dirname "$0")/ulib/ulib" && -urequire DEFAULTS || -exit 1 - progexists sshfs || die "Ce script nécessite sshfs" action=auto