ToastFreeware
/
debian
/
teleschorsch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b4ecd0
)
[svn-upgrade] Integrating new upstream version, teleschorsch (0.0.4)
upstream/0.0.4
author
gregor herrmann
<gregoa@debian.org>
Wed, 28 Feb 2007 22:20:04 +0000
(22:20 -0000)
committer
gregor herrmann
<gregoa@debian.org>
Wed, 28 Feb 2007 22:20:04 +0000
(22:20 -0000)
teleschorsch.pl
patch
|
blob
|
history
diff --git
a/teleschorsch.pl
b/teleschorsch.pl
index 0501d7ace88ec7d28a576e6feb63680fd6f07cce..2adfdba55021fe34637cd254a909ea0452ef8a6e 100755
(executable)
--- a/
teleschorsch.pl
+++ b/
teleschorsch.pl
@@
-88,7
+88,7
@@
no warnings;
$url =~ s/(\${\w+?})/$1/eeg;
use warnings;
-@args=("$player
$url
" . ${playeroptions}{$player} . " $offsetseconds");
+@args=("$player
\"$url\"
" . ${playeroptions}{$player} . " $offsetseconds");
print "Calling @args ...\n";
system (@args) == 0
or error "@args: $? // $!";