Kaydet (Commit) d317edd8 authored tarafından Andre Fischer's avatar Andre Fischer

#i119248# Drop extended syntax that is not understood on Solaris. Original…

#i119248# Drop extended syntax that is not understood on Solaris.  Original author: Jean-Louis Fuchs
üst 179f88df
......@@ -189,7 +189,7 @@ echo "downloading tar balls to $TARFILE_LOCATION"
while read line ; do
# Remove leading and trailing space and comments
line=`echo $line | sed 's/^[[:space:]]*//;s/[[:space:]]*$//;s/[[:space:]]*#.*$//'`
line=`echo $line | sed 's/^\s*//;s/\s*$//;s/\s*#.*$//'`
case $line in
# Ignore empty lines.
'')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment