diff options
author | Petr Baudis <pasky@ucw.cz> | 2005-05-11 02:00:49 +0200 |
---|---|---|
committer | Petr Baudis <xpasky@machine.sinus.cz> | 2005-05-11 02:00:49 +0200 |
commit | f1a7eb36b017c62d9a007b6b8660bdeec3f94f97 (patch) | |
tree | 9d9c288e2db202401ffba37a1b921f4244a79b2b /rsh.c | |
parent | 883550481f885ab2865ab71819167230d21d4c14 (diff) | |
parent | b790abb874890926e4cfda552bfa89d1d4ff972b (diff) | |
download | git-f1a7eb36b017c62d9a007b6b8660bdeec3f94f97.tar.gz |
Merge with http://members.cox.net/junkio/git-jc.git
Diffstat (limited to 'rsh.c')
-rw-r--r-- | rsh.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -36,8 +36,8 @@ int setup_connection(int *fd_in, int *fd_out, char *remote_prog, *(path++) = '\0'; /* ssh <host> 'cd /<path>; stdio-pull <arg...> <commit-id>' */ snprintf(command, COMMAND_SIZE, - "cd /%s; SHA1_FILE_DIRECTORY=objects %s", - path, remote_prog); + "cd /%s; %s=objects %s", + path, DB_ENVIRONMENT, remote_prog); posn = command + strlen(command); for (i = 0; i < rmt_argc; i++) { *(posn++) = ' '; |