home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / lang / tcl / 1303 < prev    next >
Encoding:
Text File  |  1992-09-03  |  944 b   |  26 lines

  1. Newsgroups: comp.lang.tcl
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sdd.hp.com!wupost!tulane!cpu.com!cpu.com!GWLESTER
  3. From: gwlester@cpu.com (Gerald W. Lester)
  4. Subject: Re: #!wish -f doesn't work
  5. Nntp-Posting-Host: merlin.cpu.com
  6. References: <1992Aug31.170411.26036@sierra.com>
  7. Sender: usenet@cpu.com (Usenet administrator)
  8. Organization: Computerized Processes Unlimited, Metairie, LA, (504)-889-2784
  9. Date: Thu, 3 Sep 1992 13:30:00 GMT
  10. Message-ID: <1992Sep3.133000.25899@cpu.com>
  11. Reply-To: gwlester@cpu.com
  12. Lines: 12
  13.  
  14. In article <1992Aug31.170411.26036@sierra.com>, jpalmer@sierra.com (Jeb Palmer) writes:
  15.  
  16. >2. "#!<full pathname to wish> -f returns:Permission denied
  17.  
  18. Jeb,
  19.  
  20.     This is the correct syntax.  My guess is that the system/shells are
  21. truncateing the line on you (HP-UX does this at about 32!).  You have to the
  22. the full path name down to something short (using links maybe?).   Let us know
  23. if this was the only problem.
  24.  
  25. Good Luck!
  26.