Changeset 587


Ignore:
Timestamp:
Sep 3, 2002, 4:11:29 PM (22 years ago)
Author:
pstorz
Message:

kleine Anpassungen wegen *.diff (zwei f)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/technical/common/build/build.sh

    r586 r587  
    11#!/bin/bash
    22# Remote build script (iboernig@suse.de)
    3 # $Id: build.sh,v 1.3 2002/09/02 14:41:47 pstorz Exp $
     3# $Id: build.sh,v 1.4 2002/09/03 14:11:29 pstorz Exp $
    44#
    55# Kurze Featuritis:
     
    4343SPECFILE=$(ls *.spec | awk '{print $1}')
    4444TARFILE=$(ls  *.tar.[gb]z*| awk '{print $1}')
    45 DIFFILES=$(ls *.dif | awk '{print $1}')
     45DIFFILES=$(ls *.dif* | awk '{print $1}')
    4646
    4747# sonstige files die gebraucht werden
Note: See TracChangeset for help on using the changeset viewer.