diff options
| -rw-r--r-- | mix-wav.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ echo "rendering $name" cd "$dir/samples" for i in * do - if [[ -d $$i ]]; then + if [[ -d $i ]]; then cd $i echo $i ../../../xfade.sh |
