components/grails/patches/runant.py.patch
author Petr Sumbera <petr.sumbera@oracle.com>
Wed, 18 Sep 2013 06:33:33 -0700
branchs11-update
changeset 2763 3d6d26aa4a1c
parent 413 1a6d7a739179
child 3918 d8138667d338
permissions -rw-r--r--
15648359 SUNBT6959303 Cannot start Solaris Apache 2 and 2.2 via httpd -f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
413
1a6d7a739179 7063888 Move Grails to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     1
*** grails-1.0.3/ant/bin/runant.py.orig	Fri Jul  8 09:46:11 2011
1a6d7a739179 7063888 Move Grails to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     2
--- grails-1.0.3/ant/bin/runant.py	Fri Jul  8 09:46:26 2011
1a6d7a739179 7063888 Move Grails to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     3
***************
1a6d7a739179 7063888 Move Grails to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     4
*** 1,4 ****
1a6d7a739179 7063888 Move Grails to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
! #!/usr/bin/python
1a6d7a739179 7063888 Move Grails to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     6
  # Copyright 2001,2003-2004 The Apache Software Foundation
1a6d7a739179 7063888 Move Grails to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
  #
1a6d7a739179 7063888 Move Grails to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     8
  #  Licensed under the Apache License, Version 2.0 (the "License");
1a6d7a739179 7063888 Move Grails to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     9
--- 1,4 ----
1a6d7a739179 7063888 Move Grails to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    10
! #!/usr/bin/python2.6
1a6d7a739179 7063888 Move Grails to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11
  # Copyright 2001,2003-2004 The Apache Software Foundation
1a6d7a739179 7063888 Move Grails to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    12
  #
1a6d7a739179 7063888 Move Grails to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    13
  #  Licensed under the Apache License, Version 2.0 (the "License");