Fixed some sort of strange line ending bug.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@602 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2002-02-22 08:49:07 +00:00
parent 86aa1c9d17
commit 454e8eb7e3
2 changed files with 19 additions and 18 deletions
+6 -5
View File
@@ -1,4 +1,4 @@
#!/bin/sh #!/bin/sh -v
# #
# /usr/bin/rdjbrowse # /usr/bin/rdjbrowse
# #
@@ -13,13 +13,14 @@ LOGFILE=/var/log/$NAME/stdout.log
ROBODJ_HOME=/usr/share/$NAME ROBODJ_HOME=/usr/share/$NAME
# The following varibales can we overwritten in /etc/default/robodj # The following varibales can we overwritten in /etc/default/robodj
MUSICD_HOST=localhost
MUSICD_PORT=2500
# The first existing directory is used for JAVA_HOME # The first existing directory is used for JAVA_HOME
JDK_DIRS="/usr/local/jdk1.4 /usr/lib/j2se/1.3" JDK_DIRS="/usr/local/jdk1.4 /usr/local/jdk1.3 /usr/lib/j2se/1.3"
# overwrite settings from default file # overwrite settings from default file
if [ -f /etc/default/robodj ]; then if [ -f /etc/default/robodj ]; then
. /etc/default/rododj . /etc/default/robodj
fi fi
# Look for the right JVM to # Look for the right JVM to
@@ -43,4 +44,4 @@ for jar in $ROBODJ_HOME/lib/*.jar; do
done done
export CLASSPATH export CLASSPATH
$JAVA $CLASS $JAVA -Dmusicd_host=$MUSICD_HOST -Dmusicd_port=$MUSICD_PORT $CLASS
+1 -1
View File
@@ -19,7 +19,7 @@ JDK_DIRS="/usr/local/jdk1.4 /usr/lib/j2se/1.3"
# overwrite settings from default file # overwrite settings from default file
if [ -f /etc/default/robodj ]; then if [ -f /etc/default/robodj ]; then
. /etc/default/rododj . /etc/default/robodj
fi fi
# Look for the right JVM to # Look for the right JVM to