commit | 53bb39dc62f2d8a9f7fcc94f2b0554685d7f0df2 | [log] [tgz] |
---|---|---|
author | Carlos Sanchez <carlos@apache.org> | Mon Jun 20 14:31:48 2016 +0200 |
committer | GitHub <noreply@github.com> | Mon Jun 20 14:31:48 2016 +0200 |
tree | 397eee95832b801877d918906b838778026186a6 | |
parent | e25c5e283b37a89bc8c7f772aaf7f31e0b6d996b [diff] | |
parent | e550fba0fdd02b6d00f34fd9842295ed957891b2 [diff] |
Merge pull request #287 from jgmchan/patch-1 Do not error if there are no 'resolved' flag files
diff --git a/install-plugins.sh b/install-plugins.sh index 630b8cd..e1150fc 100755 --- a/install-plugins.sh +++ b/install-plugins.sh
@@ -81,4 +81,4 @@ done # cleanup 'resolved' flag files -rm *.resolved +rm -f *.resolved