Add todo
authorCameron Ball <cameron@getapproved.com.au>
Mon, 22 Jun 2015 08:40:33 +0000 (16:40 +0800)
committerCameron Ball <cameron@getapproved.com.au>
Mon, 22 Jun 2015 08:40:33 +0000 (16:40 +0800)
menu.sh

diff --git a/menu.sh b/menu.sh
index cbf2cbb..c47520e 100755 (executable)
--- a/menu.sh
+++ b/menu.sh
@@ -1,5 +1,9 @@
 #!/bin/bash
 
+#TODO: There are probably instances where I should be quoting variables but am not.
+#Basically, if there is any chance that an argument will have a space in it, it should
+#be quoted when used.
+
 INPUT=/tmp/menu.sh.$$
 OUTPUT=/tmp/output.sh.$$