summaryrefslogtreecommitdiff
path: root/bin/guiscripts/vrec
diff options
context:
space:
mode:
Diffstat (limited to 'bin/guiscripts/vrec')
-rwxr-xr-xbin/guiscripts/vrec2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/guiscripts/vrec b/bin/guiscripts/vrec
index e16679d..f876da0 100755
--- a/bin/guiscripts/vrec
+++ b/bin/guiscripts/vrec
@@ -111,7 +111,7 @@ case "$option" in
;;
last)
file="$(find "$dir" -type f -iname '*.mp4' -printf '%Ts %p\n' | sort -n -r | head -n 1 | cut -f 2- -d' ')"
- printf '%s' "$file" | clipp
+ printf '%s' "$file"
;;
full) record_cmd 0 0 1920 1080 "$dir" "$output" ;;
audio)