]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Fix syntax in if condition (Diego)
authorpcrochet <pcrochet@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 5 Sep 2013 11:00:09 +0000 (11:00 +0000)
committerpcrochet <pcrochet@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 5 Sep 2013 11:00:09 +0000 (11:00 +0000)
PWGPP/MUON/lite/runQA.sh

index 4637aab64ae7852959c6c5f77984bff7c8f98714..d5c20823e2e1b0737efcb98fc25cb656bce5cf37 100755 (executable)
@@ -178,7 +178,7 @@ EOF
 # Use absolute path for file inputTriggerList
 if [ "${inputTriggerList}" != "0x0" ]; then
   inputTriggerDir=`dirname ${inputTriggerList}`
-  if [ "${inputTriggerDir}"="." ]; then
+  if [ "${inputTriggerDir}" = "." ]; then
     inputTriggerList="`pwd`/${inputTriggerList}"
   fi
   inputTriggerList="\"${inputTriggerList}\""