summaryrefslogtreecommitdiff
path: root/dot/local/bin/cutbuffer_pop
diff options
context:
space:
mode:
Diffstat (limited to 'dot/local/bin/cutbuffer_pop')
-rwxr-xr-xdot/local/bin/cutbuffer_pop2
1 files changed, 1 insertions, 1 deletions
diff --git a/dot/local/bin/cutbuffer_pop b/dot/local/bin/cutbuffer_pop
index f817c08..d8ae2ba 100755
--- a/dot/local/bin/cutbuffer_pop
+++ b/dot/local/bin/cutbuffer_pop
@@ -11,7 +11,7 @@ chdir_to_destination()
11 11
12extract() 12extract()
13{ 13{
14 sort -z -k1,1 -r | head -z -n 1 | xargs -0 printf '%s\n' | cut -d' ' -f2 14 sort -z -n -k1,1 -r | head -z -n 1 | xargs -0 printf '%s\n' | cut -d' ' -f2
15} 15}
16 16
17set -e 17set -e