Author: julianfoad
Date: Thu Dec 17 13:05:32 2009
New Revision: 891686
URL: http://svn.apache.org/viewvc?rev=891686&view=rev
Log:
Move she-bang lines in scripts back to the beginning of the file where they
need to be, after a licence message was inserted before them in r882257.
* build/buildcheck.sh
* tools/dev/gen_junit_report.py
* tools/dev/wc-ng/gather-data.sh
Move the she-bang line back to the beginning of the file.
Modified:
subversion/trunk/build/buildcheck.sh
subversion/trunk/tools/dev/gen_junit_report.py
subversion/trunk/tools/dev/wc-ng/gather-data.sh
Modified: subversion/trunk/build/buildcheck.sh
URL:
http://svn.apache.org/viewvc/subversion/trunk/build/buildcheck.sh?rev=891686&r1=891685&r2=891686&view=diff
==============================================================================
--- subversion/trunk/build/buildcheck.sh (original)
+++ subversion/trunk/build/buildcheck.sh Thu Dec 17 13:05:32 2009
@@ -1,3 +1,4 @@
+#! /bin/sh
#
#
# Licensed to the Apache Software Foundation (ASF) under one
@@ -18,8 +19,6 @@
# under the License.
#
#
-#! /bin/sh
-#
# buildcheck.sh: Inspects the build setup to make detection and
# correction of problems an easier process.
Modified: subversion/trunk/tools/dev/gen_junit_report.py
URL:
http://svn.apache.org/viewvc/subversion/trunk/tools/dev/gen_junit_report.py?rev=891686&r1=891685&r2=891686&view=diff
==============================================================================
--- subversion/trunk/tools/dev/gen_junit_report.py (original)
+++ subversion/trunk/tools/dev/gen_junit_report.py Thu Dec 17 13:05:32 2009
@@ -1,3 +1,4 @@
+#!/bin/env python
#
#
# Licensed to the Apache Software Foundation (ASF) under one
@@ -18,7 +19,6 @@
# under the License.
#
#
-#!/bin/env python
# $Id$
"""
Modified: subversion/trunk/tools/dev/wc-ng/gather-data.sh
URL:
http://svn.apache.org/viewvc/subversion/trunk/tools/dev/wc-ng/gather-data.sh?rev=891686&r1=891685&r2=891686&view=diff
==============================================================================
--- subversion/trunk/tools/dev/wc-ng/gather-data.sh (original)
+++ subversion/trunk/tools/dev/wc-ng/gather-data.sh Thu Dec 17 13:05:32 2009
@@ -1,3 +1,4 @@
+#/usr/bin/env sh
#
#
# Licensed to the Apache Software Foundation (ASF) under one
@@ -18,7 +19,6 @@
# under the License.
#
#
-#/usr/bin/env sh
# Trap Ctrl-C
trap 'exit 1' 2