fixes
authorezk <ezk>
Fri, 1 Feb 2019 06:33:23 +0000 (06:33 +0000)
committerezk <ezk>
Fri, 1 Feb 2019 06:33:23 +0000 (06:33 +0000)
wrapfs-fix-branch.sh
wrapfs-patch-release.sh

index 770f050100f7479b1eb56049fca6f34c7a565e72..ac5df22dd23200d83a93828be1eb5097333bb7ba 100755 (executable)
@@ -30,7 +30,7 @@ if [ -z "${WRAPFS_REPO:+x}" ]; then
 fi
 
 # Log info in a file
-LOG_FILE="/tmp/log-${WRAPFS_REPO}"
+LOG_FILE="/tmp/log-$$-${WRAPFS_REPO}"
 
 # function to execute commands
 runcmd() {
index 1ed4f355218e2526d180660c960d6d3adbd04b9f..99b7398a9aeda3d2357bd2da70ebb8f6bbc24840 100755 (executable)
@@ -121,7 +121,7 @@ else
   runcmd git pull korg ${LINUX_BRANCH}
 fi
 
-# Push the latest chnages from korg to origin
+# Push the latest changes from korg to origin
 runcmd git push -f origin master
 
 # checkout wrapfs branch