Skip to content
Snippets Groups Projects
Commit 413c0367 authored by bonzini's avatar bonzini
Browse files

2006-06-03 Paolo Bonzini <bonzini@gnu.org>

	* scripts/jar.in: Ensure return with argument has non-empty argument.



git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114341 138bc75d-0d04-0410-961f-82ee72b054a4
parent c5a3a3a2
No related branches found
No related tags found
No related merge requests found
2006-06-03 Paolo Bonzini <bonzini@gnu.org>
* scripts/jar.in: Ensure return with argument has non-empty argument.
2006-06-01 Paolo Bonzini <bonzini@gnu.org> 2006-06-01 Paolo Bonzini <bonzini@gnu.org>
* configure.ac (ZIP, UNZIP): New programs. * configure.ac (ZIP, UNZIP): New programs.
(JAR): Fall back to bash script. Generate it. (JAR): Fall back to bash script. Generate it.
(BASH_JAR): New conditional. (BASH_JAR): New conditional.
* Makefile.am (bin_SCRIPTS): New. * Makefile.am (bin_SCRIPTS): New.
* jar.in: New file. * scripts/jar.in: New file.
2006-06-01 Bryce McKinlay <mckinlay@redhat.com> 2006-06-01 Bryce McKinlay <mckinlay@redhat.com>
......
...@@ -263,6 +263,7 @@ mkdir_p () ...@@ -263,6 +263,7 @@ mkdir_p ()
shift shift
IFS=$oIFS IFS=$oIFS
errstatus=0
for d for d
do do
test "x$d" = x && continue test "x$d" = x && continue
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment