From f66d5f8c0472925bcfe947a38c8d2659ba160239 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Tue, 8 Jun 2004 18:09:27 +0000 Subject: [PATCH] Readded sig.c git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7858 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/bin/bash/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/bin/bash/Jamfile b/src/apps/bin/bash/Jamfile index e8cbb97a62..eed4bcae5a 100644 --- a/src/apps/bin/bash/Jamfile +++ b/src/apps/bin/bash/Jamfile @@ -57,7 +57,7 @@ BinCommand sh : input.c bashhist.c array.c arrayfunc.c pathexp.c unwind_prot.c bashline.c bracecomp.c error.c list.c stringlib.c locale.c findcmd.c redir.c - pcomplete.c pcomplib.c syntax.c xmalloc.c test.c + pcomplete.c pcomplib.c syntax.c xmalloc.c test.c sig.c : libreadline.a libglob.a libbuiltins.a libtilde.a libsh.a libtermcap.a : bash.rdef ;