Skip to content

Commit 3ec322a

Browse files
committed
Added some cleanup after running bower installs.
- Legacy-Id: 12885
1 parent 927685e commit 3ec322a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/mkrelease

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ note "Updating bower assets ..."
174174
$do ietf/manage.py bower_install
175175
$do svn commit ietf/externals/static -m "Updated bower-managed static web assets"
176176
# Get rid of bower-installed files which we don't use:
177-
$do rm $(svn st ietf/externals/ | grep '^\?' | awk '{print $2}')
177+
$do rm $(svn st ietf/externals/ | grep '^\?' | awk '{print $2}') || true
178178
$do rm -rf ietf/externals/static/datatracker/
179179

180180
note "Collecting static files ..."

0 commit comments

Comments
 (0)