[banshee] Display the -out:FOO at starting at the correct index



commit 17a7126198f78021fd495e64f3b0f97e7ac030c3
Author: Aaron Bockover <abockover novell com>
Date:   Tue May 19 14:10:54 2009 -0400

    Display the -out:FOO at starting at the correct index
---
 build/m4/shave/shave.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/build/m4/shave/shave.in b/build/m4/shave/shave.in
index 0f07e21..47a0b76 100644
--- a/build/m4/shave/shave.in
+++ b/build/m4/shave/shave.in
@@ -57,7 +57,7 @@ while test "$#" -gt 0; do
         preserved_args="$preserved_args $opt"
         ;;
     -out:*|/out:*)
-        lt_output="${opt:6}"
+        lt_output="${opt:5}"
         preserved_args="$preserved_args $opt"
         ;;
     *)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]