Skip to content

Commit 20d348c

Browse files
committed
removed useless cat (referring to shellcheck SC2002)
1 parent ec2d321 commit 20d348c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tmpmail

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ view_recent_email() {
290290

291291
copy_email_to_clipboard(){
292292
# Copy the email thats being used to the user's clipboard
293-
cat $tmpmail_email_address | $copy_to_clipboard_cmd
293+
$copy_to_clipboard_cmd < $tmpmail_email_address
294294
}
295295

296296
die() {

0 commit comments

Comments
 (0)