Skip to content
This repository has been archived by the owner on Sep 24, 2022. It is now read-only.

Commit

Permalink
Move lib to libexec to accommodate FHS
Browse files Browse the repository at this point in the history
  • Loading branch information
claui committed Jul 28, 2017
1 parent e6038b0 commit c5b9fe0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/wishfish
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

cd "$(dirname "${BASH_SOURCE[0]}")/.."
. "lib/$(basename "${0}").bash"
. "libexec/$(basename "${0}").bash"

_"$(basename "${0}")" "$@"
File renamed without changes.
2 changes: 1 addition & 1 deletion lib/wishfish.bash → libexec/wishfish.bash
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
. 'lib/ipv6_address.bash'
. 'libexec/ipv6_address.bash'

_print_help_text() {
echo >&2 "Usage: $(basename "${0}")" \
Expand Down

1 comment on commit c5b9fe0

@aaron1111111111

This comment was marked as off-topic.

Please sign in to comment.