From d3777559b74d9c7eda39ac3241e5537c37f0bfe9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Mon, 7 Jun 2004 10:21:28 +0000 Subject: [PATCH] clean up git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7795 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/bin/bash/builtins/Jamfile | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/apps/bin/bash/builtins/Jamfile b/src/apps/bin/bash/builtins/Jamfile index 8268705463..b059e4af37 100644 --- a/src/apps/bin/bash/builtins/Jamfile +++ b/src/apps/bin/bash/builtins/Jamfile @@ -74,13 +74,5 @@ StaticLibrary builtins : suspend.def test.def times.def trap.def type.def ulimit.def umask.def wait.def getopts.def shopt.def printf.def getopt.c bashgetopt.c complete.def builtins.c -# alias.c bind.c -# break.c builtin.c cd.c colon.c command.c -# common.c declare.c echo.c enable.c eval.c evalfile.c -# evalstring.c exec.c -# exit.c fc.c fg_bg.c hash.c help.c history.c jobs.c kill.c let.c -# pushd.c read.c return.c set.c setattr.c shift.c source.c -# suspend.c test.c times.c trap.c type.c ulimit.c umask.c -# wait.c getopts.c shopt.c printf.c getopt.c bashgetopt.c complete.c ;