Skip to content

Commit

Permalink
Merge branch 'bash-completion' of gitlab.com:bluca/openconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
dwmw2 committed May 4, 2020
2 parents 1cfda76 + 2522d50 commit df7eb56
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Makefile.am
Expand Up @@ -140,10 +140,10 @@ EXTRA_DIST += $(shell cd "$(top_srcdir)" && \
DISTCLEANFILES = $(pkgconfig_DATA)

pkglibexec_SCRIPTS = trojans/csd-post.sh trojans/csd-wrapper.sh trojans/tncc-wrapper.py \
trojans/hipreport.sh trojans/hipreport-android.sh
trojans/hipreport.sh trojans/hipreport-android.sh trojans/tncc-emulate.py

bashcompletiondir = $(sysconfdir)/bash_completion.d
bashcompletion_DATA = bash/openconnect.bash
bashcompletiondir = $(datadir)/bash-completion/completions
bashcompletion_DATA = bash/openconnect

# main.c includes version.c
openconnect-main.$(OBJEXT): version.c
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/autocompletion
Expand Up @@ -25,7 +25,7 @@
OPENCONNECT="${OPENCONNECT:-${top_builddir}/openconnect}"

if ! [ -x $OPENCONNECT ]; then
echo "$OPENCONNECT is not exeuctable. Are you cross-compiling for Windows?"
echo "$OPENCONNECT is not executable. Are you cross-compiling for Windows?"
exit 77
fi

Expand Down
2 changes: 1 addition & 1 deletion www/changelog.xml
Expand Up @@ -15,7 +15,7 @@
<ul>
<li><b>OpenConnect HEAD</b>
<ul>
<li><i>No changelog entries yet</i></li>
<li>Install bash completion script as /usr/share/bash-completion/completions/openconnect.</li>
</ul><br/>
</li>
<li><b><a href="ftp://ftp.infradead.org/pub/openconnect/openconnect-8.09.tar.gz">OpenConnect v8.09</a></b>
Expand Down

0 comments on commit df7eb56

Please sign in to comment.