source: trunk/config.tests/unix/makeabs@ 668

Last change on this file since 668 was 561, checked in by Dmitry A. Kuminov, 16 years ago

trunk: Merged in qt 4.6.1 sources.

  • Property svn:executable set to *
File size: 535 bytes
RevLine 
[2]1#!/bin/sh
2
3FILE="$1"
4RES="$FILE"
5
[561]6CUT_ARG="-b1"
7if [ `uname -s` = "QNX" ]; then
8 # QNX does not understand "-b1"
9 CUT_ARG="-c1"