X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=tools%2Frun-sparse.sh;h=6a7c91591496dfd5bdf0516531c235e136ad063a;hb=refs%2Fheads%2Fmaster;hp=828aebe774661ad1ce7e8617eb9f17e40c747fd8;hpb=4fd71438749d9d11ddf13c98b331442e6e710158;p=wimlib diff --git a/tools/run-sparse.sh b/tools/run-sparse.sh index 828aebe7..6a7c9159 100755 --- a/tools/run-sparse.sh +++ b/tools/run-sparse.sh @@ -1,7 +1,7 @@ #!/bin/sh for fil in src/*.c programs/imagex.c; do - sparse $fil -gcc-base-dir `gcc --print-file-name=` \ + sparse "$fil" -gcc-base-dir "$(gcc --print-file-name=)" \ -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_GNU_SOURCE \ -I. -Iinclude -Wbitwise -Wpointer-subtraction-blows done