Skip to content

Commit

Permalink
Fix bashate warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Francois Marier committed Feb 15, 2017
1 parent 3aa23a8 commit cafdc39
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions chromium-update
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# See https://dev.chromium.org/developers/how-tos/get-the-code

if [ ! -e LICENSE.chromium_os ] ; then
echo "You must run this command from the top-level directory of the Chromium source repo."
exit 1
echo "You must run this command from the top-level directory of the Chromium source repo."
exit 1
fi

git rebase-update
Expand Down
2 changes: 1 addition & 1 deletion grsecurity_download
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/perl
#
# Script to download the latest grsecurity test patch and verify its GPG signature
# Script to download the latest grsecurity test patch and verify its GPG signature
#
# Usage: grsecurity_download (grsecurity|pax|gradm)

Expand Down
2 changes: 1 addition & 1 deletion remember-mail
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Helper for mutt to remember mails in Emacs' Org mode
#
# Copyright: © 2009-2010 Stefano Zacchiroli <[email protected]>
# Copyright: © 2009-2010 Stefano Zacchiroli <[email protected]>
# 2012 Francois Marier <[email protected]>
#
# Taken from:
Expand Down
8 changes: 4 additions & 4 deletions vcard-filter
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

# mutt.vcard.filter - vcard filter for use with the mutt autoview facility
# Copyright (C) 1997,1998,1999 David A Pearson
#
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the license, or
# the Free Software Foundation; either version 2 of the license, or
# (at your option) any later version.
#
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
Expand Down

0 comments on commit cafdc39

Please sign in to comment.