summaryrefslogtreecommitdiff
path: root/src/instool
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-08-25 21:09:59 -0300
committerEuAndreh <eu@euandre.org>2025-08-25 21:09:59 -0300
commit264513cd81c67719056f91f375997f7e847b3c6d (patch)
tree27520ae0f35fe041e9fd00facf20c2d8dd8b8148 /src/instool
parentsrc/wstatus: Add working utility (diff)
downloadeut-264513cd81c67719056f91f375997f7e847b3c6d.tar.gz
eut-264513cd81c67719056f91f375997f7e847b3c6d.tar.xz
src/instool: Remove unused mkdirs() function
Diffstat (limited to 'src/instool')
-rwxr-xr-xsrc/instool6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/instool b/src/instool
index 139d32c..8f72a0b 100755
--- a/src/instool
+++ b/src/instool
@@ -40,12 +40,6 @@ esac
-mkdirs() {
- if [ "$ACTION" = 'install' ]; then
- xargs -I% mkdir -p -- "$DIRECTORY"/%
- fi
-}
-
includedlang() {
lang="$1"