Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9272551
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T15:54:00+00:00 2026-06-18T15:54:00+00:00

I am writing a post-receive script in GIT. I attach a minimal version of

  • 0

I am writing a post-receive script in GIT.

I attach a minimal version of it, which also fails:

generate_email()
{
    for user in $(git config --get-all notifications.users); do
        unset files_to_notify
        for filter in $(git config --get-all notifications.$user); do
            files_to_notify=" $files_to_notify $(git diff-tree --no-commit-id \
                --name-only -r $newrev | grep $filter) "
        done
        files_to_notify=( $files_to_notify )
        if [ -n "$files_to_notify" ]; then
            echo ${files_to_notify[*]}
        fi
    done
}

while read oldrev newrev refname
do
    generate_email $oldrev $newrev $refname
done

When I’m trying to push to git server in invoke this script, I get the following message:

remote: hooks/post-receive: 10: hooks/post-receive: Syntax error: “(” unexpected (expecting “done”)

When I try to run it in command-line, the script works correctly without this message.

Any Ideas?

Thanks,

Elyashiv

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T15:54:01+00:00Added an answer on June 18, 2026 at 3:54 pm

    Two possibilities:

    1. Add #!/usr/bin/env bash to the top of the script to ensure the script is run by bash and not sh, since you use an array, a bash extension.

    2. Stop using the array, since you don’t use it in any way that couldn’t easily be replaced with a simple space-delimited string. That’s how you are building the array in the first place.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm writing post-receive hook basing on the post-receive-email script from the contrib dir, but
I'm writing an error handler script which encrypts the error data (file, line, error,
I'm writing the code to attend a service. I receive POST requests to a
I'm writing a lucene server. I want to receive the post query like :
My script receives gzipped data from a desktop application via POST, which it retrieves
I am writing some simple PHP to receive a POST from another system with
I was writing a signup script when I received this error. Also, I want
I'm writing a small tool in C# which will need to send and receive
Im writing a form to post data off to paypal, and this works fine,
I'm writing a simple function that split binary/post-data/html from a HTTP response. The HTTP

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.