From 5990c93c7c82a273414a499f80ab39d347858cba Mon Sep 17 00:00:00 2001
From: Jonathan Wilkes <jon.w.wilkes@gmail.com>
Date: Wed, 2 Nov 2016 23:58:04 -0400
Subject: [PATCH] fix typo with os name

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

diff --git a/l2ork_addons/tar_em_up.sh b/l2ork_addons/tar_em_up.sh
index 0ad5ccefe..3048826d5 100755
--- a/l2ork_addons/tar_em_up.sh
+++ b/l2ork_addons/tar_em_up.sh
@@ -225,7 +225,7 @@ then
 	cd ../pd/src && aclocal && autoconf
 	if [[ $os == "win" ]]; then
 		cd ../../packages/win32_inno
-	elif [[ $os == "darwin" ]]; then
+	elif [[ $os == "osx" ]]; then
 		cd ../../packages/darwin_app
 	else
 		cd ../../packages/linux_make
@@ -257,7 +257,7 @@ then
 		echo "Making Windows package..."
 		echo `pwd`
 		make install && make package
-	elif [[ $os == "darwin" ]]; then
+	elif [[ $os == "osx" ]]; then
 		echo "Making OSX package (dmg)..."
 		echo `pwd`
 		make install && make package
@@ -271,7 +271,7 @@ then
 	# spectdelay
 	if [[ $os == "win" ]]; then
 		cd ../../l2ork_addons
-	elif [[ $os == "darwin" ]]; then
+	elif [[ $os == "osx" ]]; then
 		cd ../../l2ork_addons
 	else
 		cd ../../l2ork_addons/spectdelay/spectdelay~
-- 
GitLab