~ubuntu-branches/ubuntu/vivid/gcl/vivid

« back to all changes in this revision

Viewing changes to xbin/distrib-help

  • Committer: Bazaar Package Importer
  • Author(s): Camm Maguire
  • Date: 2002-03-04 14:29:59 UTC
  • Revision ID: james.westby@ubuntu.com-20020304142959-dey14w08kr7lldu3
Tags: upstream-2.5.0.cvs20020219
ImportĀ upstreamĀ versionĀ 2.5.0.cvs20020219

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
for v in $@ ; do
 
3
for w in c h lsp data ;
 
4
do 
 
5
if [ -f $v.$w- ] ; then
 
6
 mv $v.$w-  $v.$w ;
 
7
fi
 
8
done
 
9
done