source: locker/bin/gtar @ 1012

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