You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Of course you needn't support every OS under the sun, but if you could explain what this perl regex is doing then I could find another way of doing it. It's beyond my regex skills!
For now, locally, I've replaced the whole line with simply:
export RECEIVE_REPO="$(echo $SSH_ORIGINAL_COMMAND | awk '{print $2}' | sed s/\'//g)"
...but I'm sure you have your reasons for writing what you did.
The text was updated successfully, but these errors were encountered:
Great job on gitreceive, Jeff.
I'm trying to run it on CoreOS and have trouble with this line: https://github.com/progrium/gitreceive/blob/master/gitreceive#L47 because it uses perl, which isn't installed on CoreOS out of the box.
Of course you needn't support every OS under the sun, but if you could explain what this perl regex is doing then I could find another way of doing it. It's beyond my regex skills!
For now, locally, I've replaced the whole line with simply:
...but I'm sure you have your reasons for writing what you did.
The text was updated successfully, but these errors were encountered: