Fixed another bug which causes my home directory to be referenced as opposed to generic "$HOME"

This commit is contained in:
Jon-William Lewis
2015-09-19 19:12:00 -05:00
committed by Jon-William Lewis
parent 35094aed04
commit 631d52689e
2 changed files with 3 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ cat << EOF
# Copyright 2014, Xenese Labs/Sicron-Perion XNF # Copyright 2014, Xenese Labs/Sicron-Perion XNF
#========================================================== #==========================================================
if [ -z "$HOME" ]; then HOME=/home/"\$(whoami)"; fi if [ -z "\$HOME" ]; then HOME=/home/"\$(whoami)"; fi
PROD_STR="$PROD_STR" PROD_STR="$PROD_STR"
VER_STR="$VER_STR" VER_STR="$VER_STR"

View File

@@ -80,7 +80,7 @@
5D7E61191AB74D11001D49B9 /* Project object */ = { 5D7E61191AB74D11001D49B9 /* Project object */ = {
isa = PBXProject; isa = PBXProject;
attributes = { attributes = {
LastUpgradeCheck = 0630; LastUpgradeCheck = 0700;
}; };
buildConfigurationList = 5D7E611C1AB74D11001D49B9 /* Build configuration list for PBXProject "sns" */; buildConfigurationList = 5D7E611C1AB74D11001D49B9 /* Build configuration list for PBXProject "sns" */;
compatibilityVersion = "Xcode 3.2"; compatibilityVersion = "Xcode 3.2";
@@ -101,6 +101,7 @@
5D7E611D1AB74D11001D49B9 /* Debug */ = { 5D7E611D1AB74D11001D49B9 /* Debug */ = {
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
ENABLE_TESTABILITY = YES;
ONLY_ACTIVE_ARCH = YES; ONLY_ACTIVE_ARCH = YES;
}; };
name = Debug; name = Debug;