Results 1 to 3 of 3

Thread: Bug in geo-map.sh

                  
   
  1. #1
    DCEmu Newbie
    Join Date
    Aug 2006
    Posts
    10
    Rep Power
    0

    Default Bug in geo-map.sh

    find ./temp -name '*36065.ZIP'| { while read zip; do

    to

    find ./temp -name '*.ZIP'| { while read zip; do
    By Deniska
    There is a bug on line 16.
    Most of us can use wordpad or notepad to edit the numbers out.
    This creates an unwanted special character (/r).
    Here's how to delete it:
    1. Open up Cygwin.
    2. Go to the directory of the modified geo-map.sh.
    3. Type in dos2unix geo-map.sh
    4. After completed, try running the file now.
    Done:thumbup:
    -Thanks for the handy app Deniska

  2. #2
    PSP Coder deniska's Avatar
    Join Date
    Jul 2005
    Posts
    1,557
    Rep Power
    76

    Default

    Quote Originally Posted by slamer687 View Post
    There is a bug on line 16.
    Most of us can use wordpad or notepad to edit the numbers out.
    This creates an unwanted special character (/r).
    Here's how to delete it:
    1. Open up Cygwin.
    2. Go to the directory of the modified geo-map.sh.
    3. Type in dos2unix geo-map.sh
    4. After completed, try running the file now.
    Done:thumbup:
    -Thanks for the handy app Deniska
    Cool..
    BTW, in7ane is working on a user friendly version of a tool....so all these should not be a problem once the non-beta version is released...

  3. #3
    DCEmu Newbie
    Join Date
    Aug 2006
    Posts
    10
    Rep Power
    0

    Default

    ok
    just wanted to inform some people that are having problems.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •