Index: locker/bin/signup-sql
===================================================================
--- locker/bin/signup-sql	(revision 659)
+++ locker/bin/signup-sql	(revision 660)
@@ -9,5 +9,5 @@
 
 sshrun() {
-  athrun scripts scripts-ssh "$lname" "/mit/scripts/$@"
+  athrun scripts scripts-ssh "$lname" "/mit/scripts/$@" 2>/dev/null
 }
 
@@ -42,5 +42,5 @@
 echo 1. Your personal Athena account
 echo 2. A locker that you control \(a club, a course, etc\)
-echo If you do not understand this question, you should answer \'1\'.
+echo "If you do not understand this question, you should answer '1'".
 printf "Please enter either '1' or '2' (without quotes): "
 read whofor
@@ -73,5 +73,5 @@
 
 if [ ! -f "$lroot/.my.cnf" ]; then
-  mkdir $lroot/.sql
+  mkdir -p $lroot/.sql
   fs sa $lroot/.sql system:anyuser none
   fs sa $lroot/.sql system:authuser none
