From 2e8da1ffc17f675f133d0a5ad2801756921450ae Mon Sep 17 00:00:00 2001 From: lxoliva Date: Fri, 22 Jan 2010 00:52:34 +0000 Subject: [PATCH] Add 2010 to copyright. Use PYTHON env var if set. git-svn-id: http://www.fsfla.org/svn/fsfla/software/linux-libre/scripts@5858 559672b5-ba27-0410-b829-e8f1faed8b1b --- deblob-check | 4 ++-- deblob-check-python | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/deblob-check b/deblob-check index 244a4dd1bac..ca78ead88dd 100755 --- a/deblob-check +++ b/deblob-check @@ -1,13 +1,13 @@ #! /bin/sh -# deblob-check version 2010-01-21 +# deblob-check version 2010-01-21a # Inspired in gNewSense's find-firmware script. # Written by Alexandre Oliva # Check http://www.fsfla.org/svn/fsfla/software/linux-libre for newer # versions. -# Copyright 2008, 2009 Alexandre Oliva +# Copyright 2008, 2009, 2010 Alexandre Oliva # # 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 diff --git a/deblob-check-python b/deblob-check-python index 9edf47e7d3d..a0a17f395a2 100755 --- a/deblob-check-python +++ b/deblob-check-python @@ -1,13 +1,13 @@ #! /bin/sh -# deblob-check version 2010-01-21.py +# deblob-check version 2010-01-21a.py # Inspired in gNewSense's find-firmware script. # Written by Alexandre Oliva # Check http://www.fsfla.org/svn/fsfla/software/linux-libre for newer # versions. -# Copyright 2008, 2009 Alexandre Oliva +# Copyright 2008, 2009, 2010 Alexandre Oliva # # 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 @@ -355,7 +355,7 @@ ERROR)*/ q 1" } -if false && (python --version) > /dev/null 2>&1; then +if (${PYTHON-python} --version) > /dev/null 2>&1; then set_cmd=set_python_cmd else set_cmd=set_sed_cmd @@ -3385,7 +3385,7 @@ assert filenames == None exit (0) EOF - scriptcmd='python "$scriptname"' + scriptcmd="${PYTHON-python} "'"$scriptname"' } # Process an input file named in $1 and run it through the blob -- 2.31.1