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=""