Browse Source

[sde-update-tree] Fixed to run fine under Ubuntu

karasz/new-early
Alejandro 17 years ago
parent
commit
545f0ad8d1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bin/sde-update-tree

+ 1
- 1
bin/sde-update-tree

@ -38,7 +38,7 @@ fi
# load new arguments list
eval set -- "$options"
GITSERVER=git://git.opensde.net
GITSERVER="git://git.opensde.net"
while [ $# -gt 0 ]; do
case "$1" in

Loading…
Cancel
Save