summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile1
-rw-r--r--TODO.org2
2 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 65034a1..29f8d96 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,6 @@ LFT_SRCS_DIR = ${LFT_DIR}src/
#==============================================================================#
#--------------------------------- FILES --------------------------------------#
#==============================================================================#
-
SRCS_NAME = b_cd
SRCS_NAME += b_echo
SRCS_NAME += b_env
diff --git a/TODO.org b/TODO.org
index 3cd2517..26c859c 100644
--- a/TODO.org
+++ b/TODO.org
@@ -5,7 +5,7 @@
** DONE [#A] lpipes leaks <=== this is a big one (split lpipes | lcom | com)
** DONE [#A] /true/path/to/non-existant/bin/fail-plus-bad-fork
** TODO [#A] fix pwd when cd /
-** TODO [#A] Multiline pipes (ls |)
+** DONE [#A] Multiline pipes (ls |)
** DONE [#B] forked write(2) stuff on cd
** TODO [#B] ./qwe.sh <=== handle bad shebang
** DONE [#C] fix that goddamn exit(2) 25 leak