diff options
Diffstat (limited to 'third_party/python/gyp/test/mac/rebuild/delay-touch.sh')
-rwxr-xr-x | third_party/python/gyp/test/mac/rebuild/delay-touch.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/third_party/python/gyp/test/mac/rebuild/delay-touch.sh b/third_party/python/gyp/test/mac/rebuild/delay-touch.sh new file mode 100755 index 0000000000..7caf105b6e --- /dev/null +++ b/third_party/python/gyp/test/mac/rebuild/delay-touch.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +set -e + +sleep 1 # mtime resolution is 1 sec on unix. +touch "$1" |