diff options
author | Case Duckworth | 2022-09-22 14:47:55 -0500 |
---|---|---|
committer | Case Duckworth | 2022-09-22 14:47:55 -0500 |
commit | 1561c3d500a38f1c1dbe4ccd7d093b808dc7c588 (patch) | |
tree | 1c1b8d0c5c3ca1752bae685f1fb61ee84355b4d6 | |
parent | Remove coments (diff) | |
download | shite-1561c3d500a38f1c1dbe4ccd7d093b808dc7c588.tar.gz shite-1561c3d500a38f1c1dbe4ccd7d093b808dc7c588.zip |
Fix bug
-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)) |