9front - general discussion about 9front
 help / color / mirror / Atom feed
* fix file to recognize python
@ 2016-02-27 21:54 Daniel Camolês
  2016-02-27 22:08 ` [9front] " BurnZeZ
  0 siblings, 1 reply; 3+ messages in thread
From: Daniel Camolês @ 2016-02-27 21:54 UTC (permalink / raw)
  To: 9front

% file /bin/hg
/bin/hg: limbo program

% cat /bin/hg
#!/bin/python
...


the fix:

% diff file.c.bkp file.c
805a806
> "#!/bin/python", "python executable file", 9, "text/plain",


after the fix:
% file /bin/hg
/bin/hg: python executable file


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-02-27 22:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-27 21:54 fix file to recognize python Daniel Camolês
2016-02-27 22:08 ` [9front] " BurnZeZ
2016-02-27 22:09   ` Daniel Camolês

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).