diff options
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-auto | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tl-update-auto b/Master/tlpkg/bin/tl-update-auto index 3dd1f046eb8..fec43f1ead6 100755 --- a/Master/tlpkg/bin/tl-update-auto +++ b/Master/tlpkg/bin/tl-update-auto @@ -198,8 +198,8 @@ fi if test -z "$update_list"; then echo "$0: nothing to update." else - test x"$chicken" != xecho && echo "$0: committing $update_list" - echo svn commit --force-log -m$0 $update_list + test x"$chicken" = xecho || echo "$0: committing $update_list" + $chicken svn commit --force-log -m$0 $update_list fi echo "$0: done `date`." |