mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00:00
4 lines
65 B
Plaintext
4 lines
65 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
$(echo "$0" | sed '$s!configure$!../configure!') "$@"
|