aboutsummaryrefslogtreecommitdiff
path: root/vpeval
diff options
context:
space:
mode:
Diffstat (limited to 'vpeval')
-rwxr-xr-xvpeval4
1 files changed, 1 insertions, 3 deletions
diff --git a/vpeval b/vpeval
index d2226d4..4c5b785 100755
--- a/vpeval
+++ b/vpeval
@@ -1,4 +1,2 @@
#!/bin/sh
-c=`sed '/^#/d'`
-echo "$c"
-echo "$(eval "$c" 2>&1)" | sed 's/^/# /'
+echo "$(eval "$(sed '/^#/d')" 2>&1)" | sed 's/^/# /'