diff options
-rwxr-xr-x | shite | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shite b/shite index b955b50..3c90130 100755 --- a/shite +++ b/shite | |||
@@ -12,7 +12,7 @@ expand() { | |||
12 | end="expand_$(date +%s)_${count:=0}" | 12 | end="expand_$(date +%s)_${count:=0}" |
13 | eval "$( | 13 | eval "$( |
14 | echo "dog <<$end" | 14 | echo "dog <<$end" |
15 | dog <"$@" | 15 | dog <"$1" |
16 | echo | 16 | echo |
17 | echo "$end" | 17 | echo "$end" |
18 | )" && count=$((count + 1)) | 18 | )" && count=$((count + 1)) |