1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00:00
putty-source/configure
Simon Tatham 13c993da07 Make the top-level configure wrapper executable. (I thought I'd done
that in the last commit, but svn must have ignored the permissions.)

[originally from svn r9243]
2011-07-23 12:10:14 +00:00

4 lines
67 B
Bash
Executable File

#!/bin/sh
$(echo "$0" | sed '$s!configure$!unix/configure!') "$@"