summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/envify2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/envify b/bin/envify
index 7e15ab8..759e794 100755
--- a/bin/envify
+++ b/bin/envify
@@ -1,3 +1,3 @@
#!/bin/sh
eval $(envstore eval)
-exec $*
+exec "$@"