Browse Source

Add quotes to prevent issues with spacing

master
Abheek Dhawan 3 years ago
parent
commit
e86fac6c3b
  1. 2
      test.sh

2
test.sh

@ -3,5 +3,5 @@ FILES=*/*/*.cpp
for f in $FILES
do
gcc $f -lstdc++ -o /dev/null
gcc "$f" -lstdc++ -o /dev/null
done

Loading…
Cancel
Save