From 4ee29a2a0d1560d9779cbe5cc2385cbc0fba528d Mon Sep 17 00:00:00 2001 From: XTZGZoReX Date: Mon, 7 Jun 2010 00:13:48 +0200 Subject: * Rename contrib to opt. --HG-- branch : trunk --- contrib/cleanup/tab2spaces.sh | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 contrib/cleanup/tab2spaces.sh (limited to 'contrib/cleanup/tab2spaces.sh') diff --git a/contrib/cleanup/tab2spaces.sh b/contrib/cleanup/tab2spaces.sh deleted file mode 100644 index 1022be7905c..00000000000 --- a/contrib/cleanup/tab2spaces.sh +++ /dev/null @@ -1,2 +0,0 @@ -# Be sure to specify files instead of * when running the script. -perl -p -i -e "s/\t/ /g" * -- cgit v1.2.3