Changeset 1e977a4 in freewrt for scripts


Ignore:
Timestamp:
Jul 16, 2006, 8:39:14 PM (19 years ago)
Author:
Thorsten Glaser <tg@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
8c028e7
Parents:
efcdba6
Message:

switch to paxmirabilis

ok wbx@

NB: not yet totally tested, but if anything breaks I'll fix it today/tonight

git-svn-id: svn://www.freewrt.org/trunk/freewrt@228 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/scan-tools.sh

    refcdba6 r1e977a4  
    181181fi
    182182
    183 if ! tar --version 2>&1 | fgrep 'GNU tar' >/dev/null 2>&1; then
    184         echo You must install GNU tar for now, sorry...
    185         echo this is horrid, I know, but it will be fixed RSN.
    186         exit 1
    187 fi
    188 
    189183#if ! which perl >/dev/null 2>&1; then
    190184if [[ "$(which perl 2>/dev/null)" != /usr/bin/perl ]]; then
Note: See TracChangeset for help on using the changeset viewer.