aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xvp2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp b/vp
index 88bfdf9..7b64aae 100755
--- a/vp
+++ b/vp
@@ -12,6 +12,6 @@ f=`mktemp`
[ "$(wc -c "$f" | awk '{print $1}')" -eq 0 ] && rm "$f"
if [ ! -z "$VPIN" ]; then
- cat "$VPIN"
+ vpeval <"$f" | sed 's/^# //'
rm "$VPIN"
fi