1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-09-14 19:16:17 +00:00

change ~ fixup paths (within workspace packages) to common code

This commit is contained in:
Roy Ivy III 2020-04-14 12:02:54 -05:00
parent 78c362c8b5
commit 5aa2b039a5
96 changed files with 186 additions and 186 deletions

View file

@ -3,7 +3,7 @@ name = "arch"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_arch"
@ -15,4 +15,4 @@ uucore = "0.0.2"
[[bin]]
name = "arch"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "base32"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_base32"
@ -16,4 +16,4 @@ clippy = { version = "0.0.212", optional = true }
[[bin]]
name = "base32"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "base64"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_base64"
@ -14,4 +14,4 @@ uucore = { version = "0.0.2", features = ["encoding"] }
[[bin]]
name = "base64"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "basename"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_basename"
@ -14,4 +14,4 @@ uucore = "0.0.2"
[[bin]]
name = "basename"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "cat"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_cat"
@ -18,4 +18,4 @@ unix_socket = "0.5.0"
[[bin]]
name = "cat"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "chgrp"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_chgrp"
@ -15,4 +15,4 @@ walkdir = "2.2.8"
[[bin]]
name = "chgrp"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "chmod"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_chmod"
@ -16,4 +16,4 @@ walker = "1.0.0"
[[bin]]
name = "chmod"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "chown"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_chown"
@ -20,4 +20,4 @@ optional = true
[[bin]]
name = "chown"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "chroot"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_chroot"
@ -15,4 +15,4 @@ uucore = { version = "0.0.2", features = ["entries"] }
[[bin]]
name = "chroot"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -14,4 +14,4 @@ uucore = "0.0.2"
[[bin]]
name = "cksum"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -15,7 +15,7 @@ use std::path::Path;
const CRC_TABLE_LEN: usize = 256;
#[path = "../#common/mkmain.rs"]
#[path = "../../common/mkmain.rs"]
mod mkmain;
fn main() {

View file

@ -3,7 +3,7 @@ name = "comm"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_comm"
@ -16,4 +16,4 @@ uucore = "0.0.2"
[[bin]]
name = "comm"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -6,7 +6,7 @@ authors = [
"Joshua S. Miller <jsmiller@uchicago.edu>",
]
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_cp"
@ -33,4 +33,4 @@ xattr="0.2.1"
[[bin]]
name = "cp"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "cut"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_cut"
@ -14,4 +14,4 @@ uucore = "0.0.2"
[[bin]]
name = "cut"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "date"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_date"
@ -16,4 +16,4 @@ uucore = "0.0.2"
[[bin]]
name = "date"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "dircolors"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_dircolors"
@ -15,4 +15,4 @@ uucore = "0.0.2"
[[bin]]
name = "dircolors"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "dirname"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_dirname"
@ -15,4 +15,4 @@ uucore = "0.0.2"
[[bin]]
name = "dirname"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "du"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_du"
@ -15,4 +15,4 @@ uucore = "0.0.2"
[[bin]]
name = "du"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "echo"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_echo"
@ -14,4 +14,4 @@ uucore = "0.0.2"
[[bin]]
name = "echo"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -4,7 +4,7 @@ version = "0.0.1"
authors = ["uutils developers"]
description = "Set each NAME to VALUE in the environment and run COMMAND"
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
edition = "2018"
[lib]
@ -19,4 +19,4 @@ uucore = "0.0.2"
[[bin]]
name = "env"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "expand"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_expand"
@ -16,4 +16,4 @@ uucore = "0.0.2"
[[bin]]
name = "expand"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "expr"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_expr"
@ -16,4 +16,4 @@ uucore = "0.0.2"
[[bin]]
name = "expr"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -14,4 +14,4 @@ uucore = "0.0.2"
[[bin]]
name = "factor"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -34,7 +34,7 @@ mod numeric;
mod sieve;
#[path = "../#common/mkmain.rs"]
#[path = "../../common/mkmain.rs"]
mod mkmain;
// extended Euclid algorithm

View file

@ -3,7 +3,7 @@ name = "false"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_false"
@ -14,4 +14,4 @@ uucore = "0.0.2"
[[bin]]
name = "false"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "fmt"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_fmt"
@ -16,4 +16,4 @@ uucore = "0.0.2"
[[bin]]
name = "fmt"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "fold"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_fold"
@ -14,4 +14,4 @@ uucore = "0.0.2"
[[bin]]
name = "fold"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "groups"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_groups"
@ -14,4 +14,4 @@ uucore = { version = "0.0.2", features = ["entries"] }
[[bin]]
name = "groups"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "hashsum"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_hashsum"
@ -24,4 +24,4 @@ uucore = "0.0.2"
[[bin]]
name = "hashsum"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "head"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_head"
@ -15,4 +15,4 @@ uucore = "0.0.2"
[[bin]]
name = "head"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "hostid"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_hostid"
@ -15,4 +15,4 @@ uucore = "0.0.2"
[[bin]]
name = "hostid"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "hostname"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_hostname"
@ -17,4 +17,4 @@ winapi = { version = "0.3", features = ["sysinfoapi", "winsock2"] }
[[bin]]
name = "hostname"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "id"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_id"
@ -14,4 +14,4 @@ uucore = { version = "0.0.2", features = ["entries", "process"] }
[[bin]]
name = "id"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "install"
version = "0.0.1"
authors = ["Ben Eills <ben@beneills.com>"]
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_install"
@ -19,4 +19,4 @@ time = "0.1.40"
[[bin]]
name = "install"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "join"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_join"
@ -15,4 +15,4 @@ uucore = "0.0.2"
[[bin]]
name = "join"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "kill"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_kill"
@ -15,4 +15,4 @@ uucore = { version = "0.0.2", features = ["signals"] }
[[bin]]
name = "kill"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "link"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_link"
@ -15,4 +15,4 @@ uucore = "0.0.2"
[[bin]]
name = "link"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "ln"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_ln"
@ -15,4 +15,4 @@ uucore = "0.0.2"
[[bin]]
name = "ln"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "logname"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_logname"
@ -15,4 +15,4 @@ uucore = "0.0.2"
[[bin]]
name = "logname"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "ls"
version = "0.0.1"
authors = ["Jeremiah Peschka <jeremiah.peschka@gmail.com>"]
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_ls"
@ -22,4 +22,4 @@ uucore = { version = "0.0.2", features = ["entries", "fs"] }
[[bin]]
name = "ls"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "mkdir"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_mkdir"
@ -16,4 +16,4 @@ uucore = "0.0.2"
[[bin]]
name = "mkdir"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "mkfifo"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_mkfifo"
@ -16,4 +16,4 @@ uucore = "0.0.2"
[[bin]]
name = "mkfifo"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "mknod"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_mknod"
@ -16,4 +16,4 @@ uucore = "0.0.2"
[[bin]]
name = "mknod"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "mktemp"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_mktemp"
@ -17,4 +17,4 @@ uucore = "0.0.2"
[[bin]]
name = "mktemp"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "more"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_more"
@ -22,4 +22,4 @@ nix = "0.8.1"
[[bin]]
name = "more"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "mv"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_mv"
@ -15,4 +15,4 @@ uucore = "0.0.2"
[[bin]]
name = "mv"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "nice"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_nice"
@ -16,4 +16,4 @@ uucore = "0.0.2"
[[bin]]
name = "nice"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "nl"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_nl"
@ -20,4 +20,4 @@ uucore = "0.0.2"
[[bin]]
name = "nl"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "nohup"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_nohup"
@ -16,4 +16,4 @@ uucore = { version = "0.0.2", features = ["fs"] }
[[bin]]
name = "nohup"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "nproc"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_nproc"
@ -17,4 +17,4 @@ uucore = "0.0.2"
[[bin]]
name = "nproc"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "numfmt"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_numfmt"
@ -15,4 +15,4 @@ uucore = "0.0.2"
[[bin]]
name = "numfmt"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "od"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_od"
@ -18,4 +18,4 @@ uucore = "0.0.2"
[[bin]]
name = "od"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "paste"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_paste"
@ -15,4 +15,4 @@ uucore = "0.0.2"
[[bin]]
name = "paste"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "pathchk"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_pathchk"
@ -16,4 +16,4 @@ uucore = "0.0.2"
[[bin]]
name = "pathchk"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "pinky"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_pinky"
@ -14,4 +14,4 @@ uucore = { version = "0.0.2", features = ["utmpx", "entries"] }
[[bin]]
name = "pinky"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "printenv"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_printenv"
@ -15,4 +15,4 @@ uucore = "0.0.2"
[[bin]]
name = "printenv"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "printf"
version = "0.0.1"
authors = ["Nathan Ross"]
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_printf"
@ -15,4 +15,4 @@ uucore = "0.0.2"
[[bin]]
name = "printf"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "ptx"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_ptx"
@ -20,4 +20,4 @@ uucore = "0.0.2"
[[bin]]
name = "ptx"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "pwd"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_pwd"
@ -15,4 +15,4 @@ uucore = "0.0.2"
[[bin]]
name = "pwd"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "readlink"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_readlink"
@ -16,4 +16,4 @@ uucore = { version = "0.0.2", features = ["fs"] }
[[bin]]
name = "readlink"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "realpath"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_realpath"
@ -15,4 +15,4 @@ uucore = { version = "0.0.2", features = ["fs"] }
[[bin]]
name = "realpath"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "relpath"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_relpath"
@ -15,4 +15,4 @@ uucore = { version = "0.0.2", features = ["fs"] }
[[bin]]
name = "relpath"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "rm"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_rm"
@ -17,4 +17,4 @@ uucore = "0.0.2"
[[bin]]
name = "rm"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "rmdir"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_rmdir"
@ -15,4 +15,4 @@ uucore = "0.0.2"
[[bin]]
name = "rmdir"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "seq"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_seq"
@ -15,4 +15,4 @@ uucore = "0.0.2"
[[bin]]
name = "seq"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "shred"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_shred"
@ -19,4 +19,4 @@ uucore = "0.0.2"
[[bin]]
name = "shred"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "shuf"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_shuf"
@ -16,4 +16,4 @@ uucore = "0.0.2"
[[bin]]
name = "shuf"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "sleep"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_sleep"
@ -15,4 +15,4 @@ uucore = { version = "0.0.2", features = ["parse_time"] }
[[bin]]
name = "sleep"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "sort"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_sort"
@ -17,4 +17,4 @@ uucore = { version = "0.0.2", features = ["fs"] }
[[bin]]
name = "sort"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "split"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_split"
@ -15,4 +15,4 @@ uucore = "0.0.2"
[[bin]]
name = "split"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "stat"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_stat"
@ -16,4 +16,4 @@ uucore = { version = "0.0.2", features = ["entries"] }
[[bin]]
name = "stat"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -19,4 +19,4 @@ libstdbuf = { path="src/libstdbuf" }
[[bin]]
name = "stdbuf"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -2,7 +2,7 @@ use std::env;
use std::fs;
use std::path::Path;
#[path = "../#common/mkmain.rs"]
#[path = "../../common/mkmain.rs"]
mod mkmain;
#[cfg(not(any(target_os = "macos", target_os = "ios", target_os = "windows")))]

View file

@ -3,7 +3,7 @@ name = "sum"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_sum"
@ -15,4 +15,4 @@ uucore = "0.0.2"
[[bin]]
name = "sum"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "sync"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_sync"
@ -18,4 +18,4 @@ winapi = { version = "0.3", features = ["handleapi", "winerror"] }
[[bin]]
name = "sync"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "tac"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_tac"
@ -15,4 +15,4 @@ uucore = "0.0.2"
[[bin]]
name = "tac"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "tail"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_tail"
@ -21,4 +21,4 @@ redox_syscall = "0.1"
[[bin]]
name = "tail"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "tee"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_tee"
@ -16,4 +16,4 @@ uucore = "0.0.2"
[[bin]]
name = "tee"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "test"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_test"
@ -18,4 +18,4 @@ redox_syscall = "0.1"
[[bin]]
name = "test"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "timeout"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_timeout"
@ -17,4 +17,4 @@ uucore = { version = "0.0.2", features = ["parse_time", "process"] }
[[bin]]
name = "timeout"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "touch"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_touch"
@ -17,4 +17,4 @@ uucore = { version = "0.0.2", features = ["libc"] }
[[bin]]
name = "touch"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "tr"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_tr"
@ -17,4 +17,4 @@ uucore = "0.0.2"
[[bin]]
name = "tr"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "true"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_true"
@ -14,4 +14,4 @@ uucore = "0.0.2"
[[bin]]
name = "true"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "truncate"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_truncate"
@ -15,4 +15,4 @@ uucore = "0.0.2"
[[bin]]
name = "truncate"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "tsort"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_tsort"
@ -15,4 +15,4 @@ uucore = "0.0.2"
[[bin]]
name = "tsort"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "tty"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_tty"
@ -16,4 +16,4 @@ uucore = { version = "0.0.2", features = ["fs"] }
[[bin]]
name = "tty"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "uname"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_uname"
@ -16,4 +16,4 @@ uucore = "0.0.2"
[[bin]]
name = "uname"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "unexpand"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_unexpand"
@ -16,4 +16,4 @@ uucore = "0.0.2"
[[bin]]
name = "unexpand"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "uniq"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_uniq"
@ -15,4 +15,4 @@ uucore = "0.0.2"
[[bin]]
name = "uniq"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "unlink"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_unlink"
@ -16,4 +16,4 @@ uucore = "0.0.2"
[[bin]]
name = "unlink"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "uptime"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_uptime"
@ -16,4 +16,4 @@ uucore = { version = "0.0.2", features = ["utmpx"] }
[[bin]]
name = "uptime"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "users"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_users"
@ -15,4 +15,4 @@ uucore = { version = "0.0.2", features = ["utmpx"] }
[[bin]]
name = "users"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "wc"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_wc"
@ -15,4 +15,4 @@ uucore = "0.0.2"
[[bin]]
name = "wc"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -3,7 +3,7 @@ name = "who"
version = "0.0.1"
authors = []
license = "MIT"
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_who"
@ -16,4 +16,4 @@ clippy = { version = "0.0.212", optional = true }
[[bin]]
name = "who"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -4,7 +4,7 @@ version = "0.0.1"
authors = []
license = "MIT"
description = "Print effective user ID."
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_whoami"
@ -18,4 +18,4 @@ winapi = { version = "0.3", features = ["lmcons"] }
[[bin]]
name = "whoami"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"

View file

@ -4,7 +4,7 @@ version = "0.0.1"
authors = []
license = "MIT"
description = "Repeatedly output a line with all specified STRING(s), or 'y'."
build = "../#common/mkmain.rs"
build = "../../common/mkmain.rs"
[lib]
name = "uu_yes"
@ -20,4 +20,4 @@ default = []
[[bin]]
name = "yes"
path = "../#common/uumain.rs"
path = "../../common/uumain.rs"