]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
yasm-wrapper: fix -f ...
authorSage Weil <sage@redhat.com>
Thu, 31 Jul 2014 20:43:03 +0000 (13:43 -0700)
committerSage Weil <sage@redhat.com>
Thu, 31 Jul 2014 20:43:03 +0000 (13:43 -0700)
Signed-off-by: Sage Weil <sage@redhat.com>
src/yasm-wrapper

index 4b6a6525f63af1eff9a840a78cbf10fe8a178346..36951920b04228d2d6fc7cb04030259dc02e22d0 100755 (executable)
@@ -9,7 +9,7 @@ while [ -n "$*" ]; do
     case "$1" in
        -f )
            shift
-           new="-f $1"
+           new="$new -f $1"
            shift
            ;;
        -g* | -f* | -W* | -MD | -MP | -fPIC | -c | -D* | --param* | -O* | -m* | -pipe )