[debian-edu-commits] r81133 - branches/wheezy/debian-edu/debian
    pere at alioth.debian.org 
    pere at alioth.debian.org
       
    Mon Jun 24 08:55:01 UTC 2013
    
    
  
Author: pere
Date: 2013-06-24 08:55:01 +0000 (Mon, 24 Jun 2013)
New Revision: 81133
Modified:
   branches/wheezy/debian-edu/debian/edu-tasksel-setup
Log:
Make tasksel run more useful, by allowing arguments to be passed to tasksel.
Modified: branches/wheezy/debian-edu/debian/edu-tasksel-setup
===================================================================
--- branches/wheezy/debian-edu/debian/edu-tasksel-setup	2013-06-24 08:16:28 UTC (rev 81132)
+++ branches/wheezy/debian-edu/debian/edu-tasksel-setup	2013-06-24 08:55:01 UTC (rev 81133)
@@ -49,6 +49,7 @@
 	;;
     tasksel)
 	setup_tasksel_overrides
-	tasksel
+	shift
+	tasksel $@
 	remove_tasksel_overrides
 esac
    
    
More information about the debian-edu-commits
mailing list