Comment tweaks

This commit is contained in:
2013-06-27 00:09:10 +02:00
parent 46f395fbb7
commit 291071f5b9
2 changed files with 14 additions and 4 deletions

View File

@@ -3,6 +3,7 @@ set -e
[ -n "$DOTIFY_DEBUG" ] && set -x
# dotify {{VERSION}}
# https://github.com/jimeh/dotify
#
# Copyright (c) 2013 Jim Myhrberg.
#
@@ -25,11 +26,24 @@ set -e
# IN THE SOFTWARE.
#
# Helper functions
#
source "../lib/arguments.sh"
source "../lib/trim.sh"
source "../lib/expand-path.sh"
#
# Internal functions
#
source "../lib/internals.sh"
#
# Command functions
#
source "../lib/dotify-version.sh"
source "../lib/dotify-help.sh"
source "../lib/dotify-info.sh"

View File

@@ -1,7 +1,3 @@
#
# Internal functions
#
locate-dotfile() {
local dotfile
if [ -n "$DOTFILE" ]; then