Compare commits
1 Commits
dbed508510
...
6bc0daea48
Author | SHA1 | Date |
---|---|---|
Evan Chen | 6bc0daea48 |
|
@ -44,9 +44,9 @@ origin=$(echo $BASE | sed -e "s/[^']*'\([^\?^']*\).*'.*/\1/" )
|
||||||
file=${origin##*/}
|
file=${origin##*/}
|
||||||
file=$(echo $file | sed 's/[\*\.\&\?]/\\&/g')
|
file=$(echo $file | sed 's/[\*\.\&\?]/\\&/g')
|
||||||
|
|
||||||
echo BASE: $BASE
|
# echo BASE: $BASE
|
||||||
echo origin: $origin
|
# echo origin: $origin
|
||||||
echo file: $file
|
# echo file: $file
|
||||||
|
|
||||||
while read p; do
|
while read p; do
|
||||||
if [[ $p != "#"* ]]; then
|
if [[ $p != "#"* ]]; then
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?><Error><Code>InvalidKey</Code><Message>Unknown Key</Message></Error>
|
|
Loading…
Reference in New Issue