source: trunk/locker/bin/gtar @ 1178

Last change on this file since 1178 was 461, checked in by andersk, 16 years ago
Things that give me nightmares, volume 461.
  • Property svn:executable set to *
File size: 133 bytes
Line 
1#!/bin/sh
2
3gnu=`tar --version 2>/dev/null | grep -i gnu`
4if [ "$gnu" != "" ]; then
5        exec tar "$@"
6else
7        exec athrun gnu gtar "$@"
8fi
Note: See TracBrowser for help on using the repository browser.