diff --git a/note b/note index a2280b8..1e7fc91 100644 --- a/note +++ b/note @@ -116,7 +116,7 @@ less $filename else # Check if the date has been saved. - if [ $saveDateOnce == 0 ] && [$nodate == 0]; then + if [ $saveDateOnce == 0 ] && [ $nodate == 0 ]; then date >> $filename saveDateOnce=1 fi