diff --git a/build.sh b/build.sh index 59e758c..78842cd 100755 --- a/build.sh +++ b/build.sh @@ -236,7 +236,7 @@ gen_sorted_file_list() { # Generate a list of the HTMl files, sorted by when the gen_rss_feed() { # Uses the sorted_file_list variable to generate an RSS feed echo "Generating RSS Feed..." local RSS_FEED_PATH="${BASE_PATH}/output/rss.xml" - touch "RSS_FEED_PATH" # Create the RSS file + touch "$RSS_FEED_PATH" # Create the RSS file local RSS_CONTENT="\n" counter=0 RSS_CONTENT+="\n"