mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
8 lines
297 B
Plaintext
8 lines
297 B
Plaintext
# Use the "prereq" command to copy manuel1 to a filename containing a space.
|
|
# This used to not work properly, because the debug info would not be read
|
|
# correctly for filenames containing spaces (bug #88678).
|
|
prereq: cp manuel1 'with space'
|
|
prog: 'with space'
|
|
vgopts: -q
|
|
cleanup: rm 'with space'
|