From a51b8305c70fedd6d989229c3d7ed46b200718e8 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Wed, 25 Feb 2009 17:38:20 +0000 Subject: Fix a typo, reel -> real --- diff --git a/scripts/shave.in b/scripts/shave.in index 487596e..95845d8 100644 --- a/scripts/shave.in +++ b/scripts/shave.in @@ -16,8 +16,8 @@ lt_unmangle () tool="$1" shift -# the reel tool (to call) -REEL_TOOL="$1" +# the real tool (to call) +REAL_TOOL="$1" shift pass_through=0 @@ -63,8 +63,8 @@ if test -z $V; then if test $pass_through -eq 0; then echo "$Q$output" fi - $REEL_TOOL $preserved_args + $REAL_TOOL $preserved_args else - echo $REEL_TOOL $preserved_args - $REEL_TOOL $preserved_args + echo $REAL_TOOL $preserved_args + $REAL_TOOL $preserved_args fi -- cgit v0.9.1