diff options
Diffstat (limited to 'databases/firebird-client/files/patch-ab')
-rw-r--r-- | databases/firebird-client/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/firebird-client/files/patch-ab b/databases/firebird-client/files/patch-ab new file mode 100644 index 000000000000..f054a4b23007 --- /dev/null +++ b/databases/firebird-client/files/patch-ab @@ -0,0 +1,11 @@ +--- setup_dirs.boot.orig Tue Oct 10 23:00:07 2000 ++++ setup_dirs.boot Tue Oct 10 23:00:22 2000 +@@ -49,7 +49,7 @@ + DefaultAns=$2 + echo -n "${1}" + Answer="$DefaultAns" +- read Answer ++# read Answer + } + + |