mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
5 lines
77 B
Bash
Executable file
5 lines
77 B
Bash
Executable file
#!/bin/sh
|
|
|
|
autogen_sh="`dirname $0`/scripts/autogen.sh"
|
|
exec $autogen_sh $*
|
|
|