[Lunar-commits] r17817 - moonbase/trunk/shells/bash_static
Terry Chan
tchan at lunar-linux.org
Tue Dec 27 19:25:15 UTC 2005
Author: tchan
Date: 2005-12-27 19:25:14 +0000 (Tue, 27 Dec 2005)
New Revision: 17817
Modified:
moonbase/trunk/shells/bash_static/BUILD
Log:
Added a missing "&&" to the BUILD script.
Modified: moonbase/trunk/shells/bash_static/BUILD
===================================================================
--- moonbase/trunk/shells/bash_static/BUILD 2005-12-27 16:51:29 UTC (rev 17816)
+++ moonbase/trunk/shells/bash_static/BUILD 2005-12-27 19:25:14 UTC (rev 17817)
@@ -16,7 +16,7 @@
default_config &&
make version.h &&
make &&
- prepare_install
+ prepare_install &&
cp bash /bin/bash_static
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list