r3142 - isis-fish/trunk/src/main/assembly
Author: chatellier Date: 2011-01-28 11:36:30 +0000 (Fri, 28 Jan 2011) New Revision: 3142 Log: Fix script shebang Modified: isis-fish/trunk/src/main/assembly/isisfish.sh isis-fish/trunk/src/main/assembly/isisfish64.sh Modified: isis-fish/trunk/src/main/assembly/isisfish.sh =================================================================== --- isis-fish/trunk/src/main/assembly/isisfish.sh 2011-01-20 17:06:57 UTC (rev 3141) +++ isis-fish/trunk/src/main/assembly/isisfish.sh 2011-01-28 11:36:30 UTC (rev 3142) @@ -1,28 +1,4 @@ -### -# #%L -# IsisFish -# -# $Id: go.sh 3124 2010-11-29 18:14:09Z chatellier $ -# $HeadURL$ -# %% -# Copyright (C) 1999 - 2010 Ifremer, CodeLutin -# %% -# 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 the Free Software Foundation, either version 2 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public -# License along with this program. If not, see -# <http://www.gnu.org/licenses/gpl-2.0.html>. -# #L% -### -#!/bin/sh +#!/bin/bash MEMORY="-Xmx1024M" JRIARGS="-Djava.library.path=jri -DR.type=jni" Modified: isis-fish/trunk/src/main/assembly/isisfish64.sh =================================================================== --- isis-fish/trunk/src/main/assembly/isisfish64.sh 2011-01-20 17:06:57 UTC (rev 3141) +++ isis-fish/trunk/src/main/assembly/isisfish64.sh 2011-01-28 11:36:30 UTC (rev 3142) @@ -1,28 +1,4 @@ -### -# #%L -# IsisFish -# -# $Id: go.sh 3124 2010-11-29 18:14:09Z chatellier $ -# $HeadURL$ -# %% -# Copyright (C) 1999 - 2010 Ifremer, CodeLutin -# %% -# 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 the Free Software Foundation, either version 2 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public -# License along with this program. If not, see -# <http://www.gnu.org/licenses/gpl-2.0.html>. -# #L% -### -#!/bin/sh +#!/bin/bash MEMORY="-Xmx1024M" JRIARGS="-Djava.library.path=jri64 -DR.type=jni"
participants (1)
-
chatellierï¼ users.labs.libre-entreprise.org