bruce:$ sh calendar.sh
calendar.sh: line 62: ../cdkcalendar: No such file or directory
cat: /tmp/cal.3733: No such file or directory
calendar.sh: line 84: ../cdklabel: No such file or directory
Dell://mnt/Code/Info/Curses/samples
bruce:$ ./calendar.sh
bash: ./calendar.sh: /bin/sh: bad interpreter: Permission denied
Dell://mnt/Code/Info/Curses/samples
bruce:$ touch calendar.sh
Dell://mnt/Code/Info/Curses/samples
bruce:$ ./calendar.sh
bash: ./calendar.sh: /bin/sh: bad interpreter: Permission denied
Repeating
bruce:$ ls -la
total 67
drwxr-xr-x 2 bruce bruce 528 2013-01-26 11:31 ./
drwxr-xr-x 5 bruce bruce 2104 2013-01-26 11:36 ../
-rw-rw-rw- 1 bruce bruce 2284 2005-12-27 09:04 alphalist.sh
-rwxrwxrwx 1 bruce bruce 1578 2005-12-27 08:53 calendar.sh*
/mnt/Code is a separate partition formated reiserfs so I don't have to copy.
edit 14:22 Thinking about what I had just posted, I looked into calendar.sh and found
#
# Create some global variables.
#
CDK_CALENDAR="${CDK_BINDIR=..}/cdkcalendar"
CDK_LABEL="${CDK_BINDIR=..}/cdklabel"
So, what I've got to do is find where cdkcalendar, et al are and adjust these labels accordingly.
Thanks to you all for your support.