Subversion Repositories oidplus

Rev

Rev 597 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 597 Rev 635
Line 24... Line 24...
24
find . -type f -exec unix2dos {} \;
24
find . -type f -exec unix2dos {} \;
25
mv ../_svn ".svn"
25
mv ../_svn ".svn"
26
mv ../_vendor "vendor"
26
mv ../_vendor "vendor"
27
 
27
 
28
# 2. Convert Linux shell script back to Unix format
28
# 2. Convert Linux shell script back to Unix format
29
dos2unix plugins/publicPages/100_whois/whois/cli/whois
29
dos2unix plugins/viathinksoft/publicPages/100_whois/whois/cli/whois
30
 
30
 
31
cd dev
31
cd dev
32
find . -type f -exec dos2unix {} \;
32
find . -type f -exec dos2unix {} \;
33
 
33
 
34
# 3. But this single PHP file in "dev/test" can be DOS
34
# 3. But this single PHP file in "dev/test" can be DOS