commit | abb4772b2821ac113f4748e376ea35770ecaae08 | [log] [tgz] |
---|---|---|
author | John Beppu <beppu@lbox.org> | Thu Jan 06 00:48:21 2000 +0000 |
committer | John Beppu <beppu@lbox.org> | Thu Jan 06 00:48:21 2000 +0000 |
tree | 3b3d8839cda2823021d7a969f77cc1e70b1efa9c | |
parent | 0881de706e479877ef68e0b859eb0d2594695e8e [diff] [blame] |
i am busybox of borg. unix will be assimilated.
diff --git a/busybox.c b/busybox.c index a353069..4a7feef 100644 --- a/busybox.c +++ b/busybox.c
@@ -225,6 +225,9 @@ #ifdef BB_UMOUNT //bin {"umount", umount_main}, #endif +#ifdef BB_UNIQ //bin + {"uniq", uniq_main}, +#endif #ifdef BB_UPDATE //sbin {"update", update_main}, #endif