From be718ad18c0bc2712f48da2852f7fbb2839a3985 Mon Sep 17 00:00:00 2001 From: Vincent Riquer Date: Wed, 3 Apr 2013 16:18:06 +0200 Subject: [PATCH] extension is stripped before passing through sanitizeFile() --- atom | 2 -- 1 file changed, 2 deletions(-) diff --git a/atom b/atom index eec547f..97d2d04 100755 --- a/atom +++ b/atom @@ -1110,8 +1110,6 @@ sanitizeFile() { # Filenames can't begin or end with ' ' string=${string/#+( )/} string=${string/%+( )/} - string=${string//+( )./.} - string=${string//.+( )/.} fi echo "$string" }