Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
LSH
lsh
Commits
9bd82ddd
Commit
9bd82ddd
authored
Dec 05, 2001
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Shortened if-statement.
Rev: src/ssh-conv:1.8
parent
7ff3f5b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
src/ssh-conv
src/ssh-conv
+1
-3
No files found.
src/ssh-conv
View file @
9bd82ddd
...
...
@@ -27,9 +27,7 @@ while [ $# -ge 1 ]; do
shift
done
if
type
"
$SSH_CONV
"
>
/dev/null 2>&1
;
then
true
else
if
type
"
$SSH_CONV
"
>
/dev/null 2>&1
;
then
:
;
else
echo
"ssh-conv: Can't find the program
\`
$SSH_CONV
'."
exit
1
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment