Changeset 3259 in MondoRescue
- Timestamp:
- Mar 12, 2014, 9:30:03 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/mindi/mindi
r3258 r3259 913 913 while [ `echo $file | grep -Ec '\.\./'` -ne 0 ]; do 914 914 # We need to normalise the path with .. in it 915 file=`echo $file | perl -p i-e 's|([^/]*)/([^/]+)/\.\./([^/]+)|$1/$3|g'`915 file=`echo $file | perl -p -e 's|([^/]*)/([^/]+)/\.\./([^/]+)|$1/$3|g'` 916 916 done 917 917 echo "$file"
Note:
See TracChangeset
for help on using the changeset viewer.