Thread (8 messages) flat view 8 messages, 4 authors, 2016-06-15

Re: [PATCH 3/3] cache-tree: Write index with updated cache-tree after commit

From: Johannes Sixt <hidden>
Date: 2016-06-15 23:01:47

Am 7/1/2014 6:26, schrieb Torsten Bögershausen:
And as test -n tests for a non-zero string,
could we write like this (and drop the local ?)?

    if test -n "$1"
    then
        dir="$1/"
    else
        dir=""
    fi
These six lines can be written as

	dir="$1${1:+/}" &&

and 'local' must be dropped because is not universally supported, yet.

-- Hannes
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help