mirror of
https://github.com/transmission/transmission
synced 2024-12-22 15:54:57 +00:00
trivial spacing tweaks
This commit is contained in:
parent
4a74674da2
commit
4b1d40d6c1
1 changed files with 7 additions and 7 deletions
|
@ -1,4 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Generate files to be included: only overwrite them if changed so make
|
||||
# won't rebuild everything unless necessary
|
||||
replace_if_differs ()
|
||||
|
@ -16,7 +17,6 @@ user_agent_prefix=`grep m4_define configure.ac | sed "s/[][)(]/,/g" | grep user_
|
|||
|
||||
peer_id_prefix=`grep m4_define configure.ac | sed "s/[][)(]/,/g" | grep peer_id_prefix | cut -d , -f 6`
|
||||
|
||||
|
||||
# If this is a svn tree, and svnversion is available in PATH, use it to
|
||||
# grab the version.
|
||||
if [ -d ".svn" ] && type svnversion >/dev/null 2>&1; then
|
||||
|
|
Loading…
Reference in a new issue