Skip to content
Snippets Groups Projects
Verified Commit 663474cd authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- fixed tab replacement

parent 84eda0de
No related branches found
No related tags found
No related merge requests found
...@@ -94,7 +94,7 @@ create-debian-packages: ...@@ -94,7 +94,7 @@ create-debian-packages:
script: script:
- mkdir debian - mkdir debian
- | - |
cat <<EOD | sed -e "s/##TAB##/\t/g" > debian/rules cat <<EOD | sed -e "s/##TAB##/\\t/g" > debian/rules
#!/usr/bin/make -f #!/usr/bin/make -f
%: %:
##TAB##dh $@ --with dist-zilla ##TAB##dh $@ --with dist-zilla
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment