Reorganize helpers

This commit is contained in:
2013-10-03 23:42:20 +01:00
parent 1f2373bab3
commit 4b84e35b2f
6 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
#! /usr/bin/env bash #! /usr/bin/env bash
source "src/lib/dotify-version.sh" source "src/lib/dotify-version.sh"
source "src/lib/trim.sh" source "src/lib/helpers/trim.sh"
resolve_link() { resolve_link() {
$(type -p greadlink readlink | head -1) $1 $(type -p greadlink readlink | head -1) $1

View File

@@ -31,8 +31,8 @@ shopt -s extglob
# Helper functions # Helper functions
# #
source "../lib/arguments.sh" source "../lib/helpers/arguments.sh"
source "../lib/trim.sh" source "../lib/helpers/trim.sh"
# #
# Internal functions # Internal functions