Commit 42e49930 by Paolo Bonzini Committed by Paolo Bonzini

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

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

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

From-SVN: r114341
parent 2d4cd9a3
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>
* configure.ac (ZIP, UNZIP): New programs.
(JAR): Fall back to bash script. Generate it.
(BASH_JAR): New conditional.
* Makefile.am (bin_SCRIPTS): New.
* jar.in: New file.
* scripts/jar.in: New file.
2006-06-01 Bryce McKinlay <mckinlay@redhat.com>
......
......@@ -263,6 +263,7 @@ mkdir_p ()
shift
IFS=$oIFS
errstatus=0
for d
do
test "x$d" = x && continue
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment