]> git.armaanb.net Git - bin.git/commitdiff
inp: fix quotes
authorArmaan Bhojwani <me@armaanb.net>
Thu, 15 Jul 2021 18:22:03 +0000 (14:22 -0400)
committerArmaan Bhojwani <me@armaanb.net>
Thu, 15 Jul 2021 18:22:03 +0000 (14:22 -0400)
inp

diff --git a/inp b/inp
index 04b96cf50be519db61d810309216d100b92f9ca9..1689f79949c6515ee4c750a53119ad32ef25413f 100755 (executable)
--- a/inp
+++ b/inp
@@ -1,4 +1,4 @@
 #!/usr/bin/env sh
 
-"$1" "$2" > "${2}.tmp"
+$1 "$2" > "${2}.tmp"
 mv "${2}.tmp" "$2"