From 889a0ae6a8082c3fad5827951c55b3652848a885 Mon Sep 17 00:00:00 2001 From: Kacper Kornet Date: Mon, 31 Jan 2011 15:33:03 +0000 Subject: [PATCH] - remove duplicated line Changed files: modules.sh -> 1.3 --- modules.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/modules.sh b/modules.sh index faf3afc..b8a8c05 100644 --- a/modules.sh +++ b/modules.sh @@ -1,7 +1,6 @@ shell=$(/bin/basename $(/bin/ps -p $$ -ocomm=)) if [ -f /usr/share/Modules/init/$shell ]; then . /usr/share/Modules/init/$shell - . /usr/share/Modules/init/$shell else . /usr/share/Modules/init/sh fi -- 2.44.0