summaryrefslogtreecommitdiff
path: root/shave/shave.in
diff options
context:
space:
mode:
Diffstat (limited to 'shave/shave.in')
-rw-r--r--shave/shave.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/shave/shave.in b/shave/shave.in
index 47a0b76..db3fea8 100644
--- a/shave/shave.in
+++ b/shave/shave.in
@@ -57,7 +57,7 @@ while test "$#" -gt 0; do
preserved_args="$preserved_args $opt"
;;
-out:*|/out:*)
- lt_output="${opt:5}"
+ lt_output="${opt:=5}"
preserved_args="$preserved_args $opt"
;;
*)