File: step154.cmd

package info (click to toggle)
debmake-doc 1.22-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 12,952 kB
  • sloc: makefile: 916; sh: 692; python: 202; ansic: 114; sed: 16
file content (6 lines) | stat: -rwxr-xr-x 225 bytes parent folder | download
1
2
3
4
5
6
# @ ${SOURCE_PATH}
echo " ... hack, hack, hack, ..."
sed -i -e 's/printf(\([^)]*\))/printf(_(\1))/' \
       -e 's/^int/#include <libintl.h>\n#define _(string) gettext (string)\nint/' \
       src/hello.c
L "cat src/hello.c"