diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2025-04-10 04:52:16 +0300 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2025-04-10 04:52:16 +0300 |
commit | f773608d73b975a878336f3fbc4e932516aec1e4 (patch) | |
tree | d6627b1687cc3e477d1f469adcf7acaecc11324f /lib/_ak_log | |
parent | 913eadd3dc13d42a85499788f41943e3d49ae5fa (diff) | |
download | arching-kaos-tools-f773608d73b975a878336f3fbc4e932516aec1e4.tar.gz arching-kaos-tools-f773608d73b975a878336f3fbc4e932516aec1e4.tar.bz2 arching-kaos-tools-f773608d73b975a878336f3fbc4e932516aec1e4.zip |
An equivalent to PHP's include_once function
Diffstat (limited to 'lib/_ak_log')
-rwxr-xr-x | lib/_ak_log | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/_ak_log b/lib/_ak_log index b547c4d..f713d3f 100755 --- a/lib/_ak_log +++ b/lib/_ak_log @@ -18,7 +18,7 @@ ### along with this program. If not, see <http://www.gnu.org/licenses/>. ### -source $AK_LIBDIR/_ak_utils 2>/dev/null || source ./lib/_ak_utils 2>/dev/null +source $AK_LIBDIR/_ak_datetime 2>/dev/null || source ./lib/_ak_datetime 2>/dev/null export AK_LOGSDIR="$AK_WORKDIR/logs" export AK_LOGSFILE="$AK_LOGSDIR/log" |