mirror of
git://git.gnupg.org/gnupg.git
synced 2024-10-31 20:08:43 +01:00
6 lines
77 B
Bash
Executable File
6 lines
77 B
Bash
Executable File
#!/bin/sh
|
|
|
|
autogen_sh="`dirname $0`/scripts/autogen.sh"
|
|
exec $autogen_sh $*
|
|
|