Commit ee8d6615 authored by Jan Kiene's avatar Jan Kiene
Browse files

add qoutation marks around glob expression

parent 48448004
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -86,8 +86,8 @@ fi

# strip switches, to remove the macros
if coan_exists; then
    coan source --replace --no-transients -E -K --file $ifdef_list $targetdir/lib_{com,dec,enc,rend,util,debug}/(?!wmc_auto)*.[hc]
    coan source --replace --no-transients -E -K --file $ifdef_list $targetdir/apps/*.[hc]
    coan source --replace --no-transients -E -K --file $ifdef_list "$targetdir/lib_{com,dec,enc,rend,util,debug}/(?!wmc_auto)*.[hc]"
    coan source --replace --no-transients -E -K --file $ifdef_list "$targetdir/apps/*.[hc]"
else
    ./strip_defines_cppp.sh $targetdir $ifdef_list
fi