From: Stefano Lattarini Date: Sat, 15 Dec 2012 13:17:49 +0000 (+0100) Subject: tests: typofix in the shebang line of 't/py-compile-destdir.sh' X-Git-Tag: v1.12b~8^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b869415eb63efcea39162fc24a69eb51d94c3c6b;p=thirdparty%2Fautomake.git tests: typofix in the shebang line of 't/py-compile-destdir.sh' Signed-off-by: Stefano Lattarini --- diff --git a/t/py-compile-destdir.sh b/t/py-compile-destdir.sh index ba666f6f9..55137f080 100755 --- a/t/py-compile-destdir.sh +++ b/t/py-compile-destdir.sh @@ -1,4 +1,4 @@ - #! /bin/sh +#! /bin/sh # Copyright (C) 2011-2012 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify