Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvlorenzo2012-06-15 11:38:13 +0000
committervlorenzo2012-06-15 11:38:13 +0000
commit60eb9a6555f11091a115d984755a2c191599c06f (patch)
tree9a9586776062edc555e962f79850e41a808dc68f
parent34ff11906343a652566e5d2f62ed3d8857ec0698 (diff)
downloadorg.eclipse.papyrus-60eb9a6555f11091a115d984755a2c191599c06f.tar.gz
org.eclipse.papyrus-60eb9a6555f11091a115d984755a2c191599c06f.tar.xz
org.eclipse.papyrus-60eb9a6555f11091a115d984755a2c191599c06f.zip
381889: Create a script to generate easily psf file to download Papyrus project
https://bugs.eclipse.org/bugs/show_bug.cgi?id=381889
-rw-r--r--readme/scripts/update_psf_files_script.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme/scripts/update_psf_files_script.sh b/readme/scripts/update_psf_files_script.sh
index c7a2bc96497..36738166182 100644
--- a/readme/scripts/update_psf_files_script.sh
+++ b/readme/scripts/update_psf_files_script.sh
@@ -17,7 +17,7 @@ echo 'and move them in $dest'
mkdir $tmpFolder && cd $tmpFolder
#we download all the scripts
wget -N -r -nd -np $path_on_svn
-for current in `find . -name ".sh`
+for current in `find . -name "*.sh"`
do
chmod+x $current
cp -f $current $dest

Back to the top