From 702303946fd6c8f6e3a9a8716f39b484303c0e03 Mon Sep 17 00:00:00 2001 From: Robert Rothenberg Date: Sat, 5 Nov 2011 16:43:09 +0000 Subject: [PATCH] Added "dotfile" prefix to dotfiles in the trashcan. --- trash | 3 +++ 1 file changed, 3 insertions(+) diff --git a/trash b/trash index e0d80da..7686b59 100755 --- a/trash +++ b/trash @@ -228,6 +228,9 @@ function trash_file { trashname="${filename##*/}" origname="${trashname%%.*}" + if [ -z "${origname}" ]; then + origname="dotfile" + fi ext=".${trashname##*.}" if [ "$ext" == ".$trashname" ]; then ext=""