Remove an inaccurate comment
authorAntonio Ospite <ospite@studenti.unina.it>
Tue, 5 Mar 2013 12:41:21 +0000 (13:41 +0100)
committerAntonio Ospite <ospite@studenti.unina.it>
Tue, 5 Mar 2013 12:41:21 +0000 (13:41 +0100)
Actually su is in the "login" package in Debian which is Essential, so
I have it on every system.

It's still true that xudo is simpler, tho :)

xudo.sh

diff --git a/xudo.sh b/xudo.sh
index 17b488a..981bcfd 100755 (executable)
--- a/xudo.sh
+++ b/xudo.sh
@@ -18,9 +18,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 
-# This is the equivalent of sux[1] but simpler and using sudo,
-# since I don't have su installed on some of my systems.
-#
+# This is the equivalent of sux[1] but simpler and using sudo.
 # [1] http://fgouget.free.fr/sux/
 
 set -e