mirror of
https://github.com/jimeh/dotify.git
synced 2026-02-19 01:56:39 +00:00
Reorganize helpers
This commit is contained in:
2
build.sh
2
build.sh
@@ -1,6 +1,6 @@
|
||||
#! /usr/bin/env bash
|
||||
source "src/lib/dotify-version.sh"
|
||||
source "src/lib/trim.sh"
|
||||
source "src/lib/helpers/trim.sh"
|
||||
|
||||
resolve_link() {
|
||||
$(type -p greadlink readlink | head -1) $1
|
||||
|
||||
@@ -31,8 +31,8 @@ shopt -s extglob
|
||||
# Helper functions
|
||||
#
|
||||
|
||||
source "../lib/arguments.sh"
|
||||
source "../lib/trim.sh"
|
||||
source "../lib/helpers/arguments.sh"
|
||||
source "../lib/helpers/trim.sh"
|
||||
|
||||
#
|
||||
# Internal functions
|
||||
|
||||
Reference in New Issue
Block a user