This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
friendica
/
friendica
mirror of
https://github.com/friendica/friendica.git
Watch
1
Star
2
Fork
1
Code
Issues
Releases
49
Wiki
Activity
Browse Source
Use correct /bin/bash hashbang in bin/console
pull/4668/head
Hypolite Petovan
3 years ago
parent
f293d2e993
commit
cf56db9185
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
bin/console
+ 1
- 1
bin/console
View File
@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/
ba
sh
dir=$(cd "${0%[/\\]*}" > /dev/null; pwd)
Write
Preview
Loading…
Cancel
Save