Skip to content
Snippets Groups Projects
Commit a5debac5 authored by scjody's avatar scjody
Browse files

Branch HEAD

Run these with "bash" not "sh" since they use bash-only features disabled
when newer versions of bash are invoked as "sh".
parent 5fdb45ad
No related branches found
No related tags found
No related merge requests found
#!/bin/sh -e #!/bin/bash -e
CVS=${CVS:-cvs} CVS=${CVS:-cvs}
progname=${0##*/} progname=${0##*/}
......
#!/bin/sh -e #!/bin/bash -e
progname=${0##*/} progname=${0##*/}
......
#!/bin/sh -e #!/bin/bash -e
CVS=cvs CVS=cvs
......
#!/bin/sh -e #!/bin/bash -e
CONFLICTS=cvs-merge-conflicts CONFLICTS=cvs-merge-conflicts
CVS="cvs -z3" CVS="cvs -z3"
......
#!/bin/sh -e #!/bin/bash -e
if [ ! -f .mergeinfo ] ; then if [ ! -f .mergeinfo ] ; then
echo ".mergeinfo doesn't exist - exit" echo ".mergeinfo doesn't exist - exit"
......
#!/bin/sh -e #!/bin/bash -e
progname=${0##*/} progname=${0##*/}
......
#!/bin/sh -e #!/bin/bash -e
CVS=cvs CVS=cvs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment