Changeset 2175 in MondoRescue
- Timestamp:
- Apr 18, 2009, 1:00:26 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.9/mindi/mindi
r2174 r2175 824 824 825 825 echo $file | grep -q '\.\./' 826 if [ $? - ne0 ]; then826 if [ $? -eq 0 ]; then 827 827 # We need to normalise the path with .. in it 828 828 file=`echo $file | perl -pi -e 's|([^/]+)/([^/]+)/\.\./([^/]+)|$1/$3|'`
Note:
See TracChangeset
for help on using the changeset viewer.