]> git.armaanb.net Git - bin.git/blobdiff - inp
inp: fix quotes
[bin.git] / 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"