X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=bin%2Fsetbg;fp=bin%2Fsetbg;h=8de93c618fb5804a08dce4a37034bc511d5207b2;hb=29e7a76b102f27fe3017887c8936665ba9932d98;hp=ffcefdaf20eff7a7b0e3090c2deb76ec983c6623;hpb=3cbf08c8117a1747f73cfbb12c3de6a7062c88c4;p=clearscm.git diff --git a/bin/setbg b/bin/setbg index ffcefda..8de93c6 100755 --- a/bin/setbg +++ b/bin/setbg @@ -157,7 +157,7 @@ sub writeHistory($msg) { $msg = localtime() . $msg; - print $hist $msg; + print $hist "$msg\n"; close $hist; } # writeHistory