diff options
author | Grigorios Bouzakis <grbzks@xsmail.com> | 2010-06-17 03:54:05 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-06-17 14:43:57 -0500 |
commit | faa522370e0ec80489e9017e296890ecb573d3e2 (patch) | |
tree | e5ea2c5ec06ab93f019cf1909d713be77be806f9 /development/tig/doinst.sh | |
parent | a5566f901aa15aa9505fd109f9468c9f02e990c6 (diff) | |
download | slackbuilds-faa522370e0ec80489e9017e296890ecb573d3e2.tar.gz |
development/tig: Updated for version 0.16.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development/tig/doinst.sh')
-rw-r--r-- | development/tig/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/tig/doinst.sh b/development/tig/doinst.sh index bcd4e39990..3425313d40 100644 --- a/development/tig/doinst.sh +++ b/development/tig/doinst.sh @@ -4,7 +4,7 @@ config() { # If there's no config file by that name, mv it over: if [ ! -r $OLD ]; then mv $NEW $OLD - elif [ "$(cat $OLD|md5sum)" = "$(cat $NEW|md5sum)" ]; then + elif [ "$(cat $OLD | md5sum)" = "$(cat $NEW | md5sum)" ]; then # toss the redundant copy rm $NEW fi |