From de86e1536b751c065fe1ef42cc06ee867ce7f1ec Mon Sep 17 00:00:00 2001
From: Ivica Ico Bukvic <ico@vt.edu>
Date: Sat, 23 Mar 2013 22:16:06 -0400
Subject: [PATCH] fixed typo for the new -r option

---
 l2ork_addons/tar_em_up.sh | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/l2ork_addons/tar_em_up.sh b/l2ork_addons/tar_em_up.sh
index 34768ab02..04cb0140f 100755
--- a/l2ork_addons/tar_em_up.sh
+++ b/l2ork_addons/tar_em_up.sh
@@ -32,7 +32,7 @@ rpi=0
 
 inst_dir=/usr/local
 
-while getopts ":abBcdefFRuw" Option
+while getopts ":abBcdefFRruw" Option
 do case $Option in
 		a)		addon=1;;
 
@@ -42,14 +42,6 @@ do case $Option in
 		B)		deb=2
 				inst_dir=/usr;;
 
-		R)		deb=2
-				inst_dir=/usr
-				rpi=1;;
-
-		r)		deb=1
-				inst_dir=/usr
-				rpi=1;;
-
 		c)		core=1;;
 
 		d)		dev=1;;
@@ -63,6 +55,14 @@ do case $Option in
 
 		F)		full=2;;
 
+		R)		deb=2
+				inst_dir=/usr
+				rpi=1;;
+
+		r)		deb=1
+				inst_dir=/usr
+				rpi=1;;
+
 		w)		sys_cwiid=1
 				;;
 
-- 
GitLab