about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2022-09-22 14:47:55 -0500
committerCase Duckworth2022-09-22 14:47:55 -0500
commit1561c3d500a38f1c1dbe4ccd7d093b808dc7c588 (patch)
tree1c1b8d0c5c3ca1752bae685f1fb61ee84355b4d6
parentRemove coments (diff)
downloadshite-1561c3d500a38f1c1dbe4ccd7d093b808dc7c588.tar.gz
shite-1561c3d500a38f1c1dbe4ccd7d093b808dc7c588.zip
Fix bug
-rwxr-xr-xshite2
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))