Skip to content

Commit

Permalink
Merge pull request ViennaRSS#992 from barijaona/issue-991
Browse files Browse the repository at this point in the history
Evaluate path of script used to index help book
  • Loading branch information
barijaona committed Sep 7, 2017
2 parents cbaf156 + c20a734 commit 45327eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Vienna.xcodeproj/project.pbxproj
Expand Up @@ -1307,7 +1307,7 @@
name = Products;
sourceTree = SOURCE_ROOT;
};
2A37F4AAFDCFA73011CA2CEA = {
2A37F4AAFDCFA73011CA2CEA /* Vienna */ = {
isa = PBXGroup;
children = (
439824161666B1ED00FFE219 /* Documentation */,
Expand Down Expand Up @@ -2055,7 +2055,7 @@
"zh-Hant",
"zh-Hans",
);
mainGroup = 2A37F4AAFDCFA73011CA2CEA;
mainGroup = 2A37F4AAFDCFA73011CA2CEA /* Vienna */;
productRefGroup = 19C28FB0FE9D524F11CA2CBB /* Products */;
projectDirPath = "";
projectRoot = "";
Expand Down Expand Up @@ -2410,7 +2410,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "${SRCROOT}/Vienna/Vienna\\ Help/IndexHelpbook.sh";
shellScript = "\"${SRCROOT}/Vienna/Vienna Help/IndexHelpbook.sh\"";
};
/* End PBXShellScriptBuildPhase section */

Expand Down
2 changes: 1 addition & 1 deletion Vienna/Vienna Help/IndexHelpbook.sh
Expand Up @@ -2,7 +2,7 @@

# Config
lprojDir="${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
lprojList=$(\ls -1 ${lprojDir} | sed -n 's:\.lproj$:&:p' | sed -e 's:\.lproj::')
lprojList=$(\ls -1 "${lprojDir}" | sed -n 's:\.lproj$:&:p' | sed -e 's:\.lproj::')


# Copy and index the help files.
Expand Down

0 comments on commit 45327eb

Please sign in to comment.