diff options
| author | EuAndreh <eu@euandre.org> | 2025-08-25 21:09:59 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2025-08-25 21:09:59 -0300 |
| commit | 264513cd81c67719056f91f375997f7e847b3c6d (patch) | |
| tree | 27520ae0f35fe041e9fd00facf20c2d8dd8b8148 /src/instool | |
| parent | src/wstatus: Add working utility (diff) | |
| download | eut-264513cd81c67719056f91f375997f7e847b3c6d.tar.gz eut-264513cd81c67719056f91f375997f7e847b3c6d.tar.xz | |
src/instool: Remove unused mkdirs() function
Diffstat (limited to '')
| -rwxr-xr-x | src/instool | 6 |
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" |
