Add 2010 to copyright. Use PYTHON env var if set.
authorlxoliva <lxoliva@559672b5-ba27-0410-b829-e8f1faed8b1b>
Fri, 22 Jan 2010 00:52:34 +0000 (00:52 +0000)
committerlxoliva <lxoliva@559672b5-ba27-0410-b829-e8f1faed8b1b>
Fri, 22 Jan 2010 00:52:34 +0000 (00:52 +0000)
git-svn-id: http://www.fsfla.org/svn/fsfla/software/linux-libre/scripts@5858 559672b5-ba27-0410-b829-e8f1faed8b1b

deblob-check
deblob-check-python

index 244a4dd1bac72299ed2617f316502cacd0623d3e..ca78ead88dd137531b286a2eb8441c2a8fef25a0 100755 (executable)
@@ -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 <lxoliva@fsfla.org>
 
 # Check http://www.fsfla.org/svn/fsfla/software/linux-libre for newer
 # versions.
 
-# Copyright 2008, 2009 Alexandre Oliva <lxoliva@fsfla.org>
+# Copyright 2008, 2009, 2010 Alexandre Oliva <lxoliva@fsfla.org>
 #
 # 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
index 9edf47e7d3db8ff8cf6e606bb68ffc3dbea9c1a2..a0a17f395a283f3ff6c13d5a1023d2eb852592b3 100755 (executable)
@@ -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 <lxoliva@fsfla.org>
 
 # Check http://www.fsfla.org/svn/fsfla/software/linux-libre for newer
 # versions.
 
-# Copyright 2008, 2009 Alexandre Oliva <lxoliva@fsfla.org>
+# Copyright 2008, 2009, 2010 Alexandre Oliva <lxoliva@fsfla.org>
 #
 # 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