diff options
| author | John Wiegley <johnw@newartisans.com> | 2008-09-17 07:24:49 -0400 |
|---|---|---|
| committer | John Wiegley <johnw@newartisans.com> | 2008-09-17 07:24:49 -0400 |
| commit | 3974d2358cf4f7f039a62cd1aa4130dea8bd72ed (patch) | |
| tree | 08f156ce2d9c4a7ae11cdf240edb18d43c119a86 | |
| parent | a1d7e2279812234355ed9ee52a88f94cff57777f (diff) | |
Use $(whoami), not $$, to distinguish emacs-chess tmp dirs.
| -rwxr-xr-x | runtests | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ end=$NCPU HERE=$(pwd) while (( begin < end )); do - dir=/tmp/chess-test-$$-$((begin)) + dir=/tmp/emacs-chess-$(whoami)-$((begin)) rm -fr $dir mkdir $dir rsync -a --delete --exclude='*/' ./ $dir/ |
