summaryrefslogtreecommitdiffhomepage
path: root/subr.rtl/rtl.subr
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2021-04-06 14:34:34 +0100
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2021-04-06 14:34:34 +0100
commitaeeaa06940fb39712b8fe5703e111fb3d0b3ce47 (patch)
treeb9981d63615b3f70d3c12bda0a95160b587229c8 /subr.rtl/rtl.subr
parent7bede2bf575271f963e7e9049c08c8a564d8f1cb (diff)
downloadmidipix_build-aeeaa06940fb39712b8fe5703e111fb3d0b3ce47.tar.bz2
midipix_build-aeeaa06940fb39712b8fe5703e111fb3d0b3ce47.tar.xz
subr.rtl/rtl_fetch{_git,}.subr: split.
subr.rtl/rtl_{filepath,complex}.subr: split. subr.rtl/{rtl_filepath,}.subr: split. subr.rtl/rtl_{platform,complex}.subr: split.
Diffstat (limited to 'subr.rtl/rtl.subr')
-rw-r--r--subr.rtl/rtl.subr1
1 files changed, 0 insertions, 1 deletions
diff --git a/subr.rtl/rtl.subr b/subr.rtl/rtl.subr
index b123555f..532cb514 100644
--- a/subr.rtl/rtl.subr
+++ b/subr.rtl/rtl.subr
@@ -2,7 +2,6 @@
# set +o errexit -o noglob -o nounset is assumed.
#
-rtl_basename() { local _fname="${1##*/}"; printf "%s" "${_fname}"; };
rtl_date() { command date "+${1:-${DEFAULT_TIMESTAMP_FMT:-"%Y/%m/%d %H:%M:%S"}}"; };
rtl_set_IFS_nl() { IFS="
"; };