I hereby claim:
- I am wk8 on github.
- I am wk8 (https://keybase.io/wk8) on keybase.
- I have a public key whose fingerprint is 4E26 28D8 4F64 6857 B284 ED02 3B00 6F4A E174 FF0B
To claim this, I am signing this object:
| #!/bin/bash | |
| ## Wrapper around rsync or unison | |
| ## Assumes the target has the relevant bits installed | |
| POST_SYNC_SCRIPT_NAME='.sy/post.sh' | |
| POST_SYNC_WIN_SCRIPT_NAME='.sy/post.ps1' | |
| POST_SYNC_LINUX_SCRIPT_NAME='.sy/post.sh' | |
| SYNC_CONFIG_NAME='.sy/config.json' |
I hereby claim:
To claim this, I am signing this object:
| --- ext/readline/readline.c | |
| +++ ext/readline/readline.c | |
| @@ -1974,7 +1974,7 @@ Init_readline() | |
| rl_attempted_completion_function = readline_attempted_completion_function; | |
| #if defined(HAVE_RL_PRE_INPUT_HOOK) | |
| - rl_pre_input_hook = (Function *)readline_pre_input_hook; | |
| + rl_pre_input_hook = (rl_hook_func_t *)readline_pre_input_hook; | |
| #endif | |
| #ifdef HAVE_RL_CATCH_SIGNALS |