Fixing sed command.

This commit is contained in:
Faerbit 2014-11-20 21:16:51 +01:00
parent 6f59b1fb59
commit 788110aaf1

View File

@ -3,7 +3,7 @@ compiler: gcc
before_script:
# for clearer packaging
- sed -i "s/setResourcePath/d" main.cc
- sed -i "/setResourcePath/d" main.cc
script:
./build.sh