diff options
-rwxr-xr-x | bin/task/context | 2 | ||||
-rwxr-xr-x | bin/unix/timer.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/task/context b/bin/task/context index aa32206..1f1dbda 100755 --- a/bin/task/context +++ b/bin/task/context | |||
@@ -10,7 +10,7 @@ | |||
10 | trap 'exit 1' SIGUSR1 | 10 | trap 'exit 1' SIGUSR1 |
11 | trap 'which rsync_retry.sh &>/dev/null && setsid rsync_retry.sh $LOG_FILE &>/dev/null &' EXIT | 11 | trap 'which rsync_retry.sh &>/dev/null && setsid rsync_retry.sh $LOG_FILE &>/dev/null &' EXIT |
12 | 12 | ||
13 | LOG_FILE=~/.context && touch $LOG_FILE | 13 | LOG_FILE=~/.context |
14 | PLAN_FILE=~/log/plan.context.md | 14 | PLAN_FILE=~/log/plan.context.md |
15 | PROC=$$ | 15 | PROC=$$ |
16 | 16 | ||
diff --git a/bin/unix/timer.sh b/bin/unix/timer.sh index 37db79d..e02fcfb 100755 --- a/bin/unix/timer.sh +++ b/bin/unix/timer.sh | |||
@@ -81,7 +81,7 @@ timer() { | |||
81 | done | 81 | done |
82 | } | 82 | } |
83 | 83 | ||
84 | trap 'exec 1>&3; [ -n "COMMAND_EXIT" ] && eval "$COMMAND_EXIT" && unset COMMAND_EXIT' EXIT QUIT HUP | 84 | trap 'exec 1>&3; [ -n "COMMAND_EXIT" ] && eval "$COMMAND_EXIT" && unset COMMAND_EXIT' EXIT HUP |
85 | 85 | ||
86 | while [ $count -lt $SET ]; do | 86 | while [ $count -lt $SET ]; do |
87 | [ $stop = true ] && sleep 0.3 && continue | 87 | [ $stop = true ] && sleep 0.3 && continue |