summaryrefslogtreecommitdiff
path: root/deps/gyp/test/mac/rebuild/delay-touch.sh
blob: 7caf105b6e05cbd7718f76975e4748248d5b2527 (plain)
1
2
3
4
5
6
#!/bin/bash

set -e

sleep 1  # mtime resolution is 1 sec on unix.
touch "$1"