From: Richard W.M. Jones Date: Fri, 31 Dec 2010 10:44:32 +0000 (+0000) Subject: podwrapper: Fix script indentation. X-Git-Tag: 1.8.1~14 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=8162b612f6365d6111b4aea32673094865c0e0cf;p=libguestfs.git podwrapper: Fix script indentation. (cherry picked from commit d71faf98624c1fb2c760e0e9f55205beb06b7644) --- diff --git a/podwrapper.sh.in b/podwrapper.sh.in index 175368a..bd71005 100755 --- a/podwrapper.sh.in +++ b/podwrapper.sh.in @@ -168,18 +168,18 @@ if [ -n "$man_output" ]; then --section "$section" -c "Virtualization Support" --name "$name" \ --release "$PACKAGE_NAME-$PACKAGE_VERSION" \ < $tmpdir/full.pod > "$man_output".tmp - mv "$man_output".tmp "$man_output" + mv "$man_output".tmp "$man_output" fi if [ -n "$text_output" ]; then "$POD2TEXT" --stderr -u \ < $tmpdir/full.pod > "$text_output".tmp - mv "$text_output".tmp "$text_output" + mv "$text_output".tmp "$text_output" fi if [ -n "$html_output" ]; then "$POD2HTML" \ --css "pod.css" --htmldir "$abs_top_builddir/html" \ < $tmpdir/full.pod > "$html_output".tmp - mv "$html_output".tmp "$html_output" + mv "$html_output".tmp "$html_output" fi