aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/gist2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gist b/scripts/gist
index 922890a..bc3d99c 100755
--- a/scripts/gist
+++ b/scripts/gist
@@ -248,7 +248,7 @@ _show_list() {
248 return 0 248 return 0
249 fi 249 fi
250 local filter='/^ *s/ d; /^$/ d' 250 local filter='/^ *s/ d; /^$/ d'
251 [[ $mark == "s" ]] && filter='/^ *[^ s]/ d; /^$/ d' 251 [[ $mark == 's' ]] && filter='/^ *[^ s]/ d; /^$/ d'
252 252
253 sed -e "$filter" $INDEX \ 253 sed -e "$filter" $INDEX \
254 | while read index link blob_code file_num comment_num author description; do 254 | while read index link blob_code file_num comment_num author description; do