| Commit message (Collapse) | Author | Files | Lines |
|
Signed-off-by: Mattias Andrée <maandree@kth.se>
|
|
Signed-off-by: Mattias Andrée <maandree@kth.se>
|
|
The coreutil "rm" will by default exit with failure if it is instructed
to remove a file that doesn't exist. Using "rm -f" will suppress this
behavior, so "rm" will exit with success whether or not the file had
existed before invoking "rm -f".
|
|
The test shell script had previously used \x notation, which is
not POSIX-compliant and therefore is "undefined behavior." In this case,
the script will fail if /bin/sh is DASH or some other minimal shell.
This commit replaces the hexadecimal \x notation with \ddd octal
notation, which is strictly POSIX-compliant and will work in any POSIX
shell located at /bin/sh.
|
|
Signed-off-by: Mattias Andrée <maandree@kth.se>
|
|
Signed-off-by: Mattias Andrée <maandree@kth.se>
|
|
Signed-off-by: Mattias Andrée <maandree@kth.se>
|
|
Signed-off-by: Mattias Andrée <maandree@kth.se>
|
|
Signed-off-by: Mattias Andrée <maandree@kth.se>
|
|
Signed-off-by: Mattias Andrée <maandree@kth.se>
|
|
Signed-off-by: Mattias Andrée <maandree@kth.se>
|
|
Signed-off-by: Mattias Andrée <maandree@kth.se>
|
|
Signed-off-by: Mattias Andrée <maandree@kth.se>
|
|
|
|
Signed-off-by: Mattias Andrée <maandree@operamail.com>
|
|
Signed-off-by: Mattias Andrée <maandree@operamail.com>
|
|
Signed-off-by: Mattias Andrée <maandree@operamail.com>
|
|
Signed-off-by: Mattias Andrée <maandree@operamail.com>
|
|
Signed-off-by: Mattias Andrée <maandree@operamail.com>
|
|
Signed-off-by: Mattias Andrée <maandree@operamail.com>
|
|
Signed-off-by: Mattias Andrée <maandree@operamail.com>
|