X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=blobdiff_plain;f=all;h=a36db2684662e2aa2d982a6e62934a82f99a5bc1;hp=e9489d4c1e3db071135071728d3832a06ffa37c9;hb=509d1a597b01b48ce666d8c84d538c4c2e40eedf;hpb=edfab30a9fabfc0b0b033edc6d3b292d1517df98 diff --git a/all b/all index e9489d4c..a36db268 100755 --- a/all +++ b/all @@ -118,7 +118,7 @@ netradiant | div0-gittools | | master | no data/xonotic-maps.pk3dir | | master | mediasource | | master | no -fteqcc | git://github.com/Blub/qclib.git | master | +fteqcc | http://github.com/Blub/qclib.git | master | " # todo: in darkplaces, change repobranch to div0-stable @@ -668,7 +668,7 @@ case "$cmd" in if [ -n "$USE_GDB" ]; then set -- gdb --args "$@" - elif which catchsegv >/dev/null 2>&1/, then + elif which catchsegv >/dev/null 2>&1; then set -- catchsegv "$@" fi "$@"