Changes

From SME Server
Jump to navigationJump to search
30 bytes removed ,  23:28, 23 February 2015
Line 353: Line 353:  
----
 
----
 
  <nowiki>###a bit of tests to see if we will not do a mess
 
  <nowiki>###a bit of tests to see if we will not do a mess
    <nowiki>if [[ -z $1 || -z $2 ]]; then</nowiki>
+
        if [[ -z $1 || -z $2 ]]; then
 
         echo "################################################################################################################################"
 
         echo "################################################################################################################################"
 
         echo "you must give arguments on the  git branch (master, sme9 or anything else) and the package name : build_srpm package_name master"
 
         echo "you must give arguments on the  git branch (master, sme9 or anything else) and the package name : build_srpm package_name master"
Line 360: Line 360:  
     fi
 
     fi
 
   
 
   
     <nowiki>if [[ -d ~/git_work/$1 && -d ~/git_work/$1-sdl ]]; then</nowiki>
+
     if [[ -d ~/git_work/$1 && -d ~/git_work/$1-sdl ]]; then
 
         echo""
 
         echo""
 
         echo "###################################"
 
         echo "###################################"

Navigation menu