--- a/makesrcdist.sh
+++ b/makesrcdist.sh
@@ -67,11 +67,11 @@
 sleep 2
 	
 
-#editedfiles="`git status -s |\
-#egrep -v 'makesrcdist.sh|excludefile|manifest.txt'`"
-#if test "$dotag" = "yes" -a ! -z "$editedfiles"; then
-#    fatal  "Edited files exist: " $editedfiles
-#fi
+editedfiles="`git status -s |\
+egrep -v 'makesrcdist.sh|excludefile|manifest.txt'`"
+if test "$dotag" = "yes" -a ! -z "$editedfiles"; then
+    fatal  "Edited files exist: " $editedfiles
+fi
 
 
 if test $dotag = yes ; then
@@ -119,4 +119,4 @@
     diff manifest.txt - || fatal "Please fix file list manifest.txt"
 
 # We tag .. as there is the 'packaging/' directory in there
-#[ $dotag = "yes" ] && create_tag $TAG
+[ $dotag = "yes" ] && create_tag $TAG