Changeset 561 for trunk/config.tests/unix/makeabs
- Timestamp:
- Feb 11, 2010, 11:19:06 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/vendor/nokia/qt/4.6.1 merged eligible /branches/vendor/nokia/qt/current merged eligible /branches/vendor/trolltech/qt/current 3-149
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/config.tests/unix/makeabs
r2 r561 4 4 RES="$FILE" 5 5 6 if [ `echo $FILE | cut -b1` = "/" ]; then 6 CUT_ARG="-b1" 7 if [ `uname -s` = "QNX" ]; then 8 # QNX does not understand "-b1" 9 CUT_ARG="-c1" 10 fi 11 12 if [ `echo $FILE | cut $CUT_ARG` = "/" ]; then 7 13 true 8 14 else
Note:
See TracChangeset
for help on using the changeset viewer.