diff options
author | zotlabs <mike@macgirvin.com> | 2018-05-20 20:19:11 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-05-20 20:19:11 -0700 |
commit | 0044906fabbfeb837326982bbc8d3fcc64b47fa8 (patch) | |
tree | aa855fe68a468626b15f9b954c000680bb405b0b /util/shredder | |
parent | ac8706e919d62a3a487fe3776e03160454ca8992 (diff) | |
parent | 469809183d232761b8984848c133f9f11f5e7cea (diff) | |
download | volse-hubzilla-0044906fabbfeb837326982bbc8d3fcc64b47fa8.tar.gz volse-hubzilla-0044906fabbfeb837326982bbc8d3fcc64b47fa8.tar.bz2 volse-hubzilla-0044906fabbfeb837326982bbc8d3fcc64b47fa8.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
Diffstat (limited to 'util/shredder')
-rwxr-xr-x | util/shredder/JSON.sh | 2 | ||||
-rwxr-xr-x | util/shredder/OAuth.sh | 2 | ||||
-rwxr-xr-x | util/shredder/ShredOAuth.sh | 2 | ||||
-rwxr-xr-x | util/shredder/shredder | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/util/shredder/JSON.sh b/util/shredder/JSON.sh index 20c4d282e..9d110a6fe 100755 --- a/util/shredder/JSON.sh +++ b/util/shredder/JSON.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # The MIT License # # Copyright (c) 2011 Dominic Tarr diff --git a/util/shredder/OAuth.sh b/util/shredder/OAuth.sh index 4be4ed35b..07b2b9e1a 100755 --- a/util/shredder/OAuth.sh +++ b/util/shredder/OAuth.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright (c) 2010, 2012 Yu-Jie Lin # # Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/util/shredder/ShredOAuth.sh b/util/shredder/ShredOAuth.sh index e21bea353..56fd3f722 100755 --- a/util/shredder/ShredOAuth.sh +++ b/util/shredder/ShredOAuth.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright (c) 2012 Fabio Comuni # Copyright (c) 2012 Michael Nowack # Copyright (c) 2010, 2012 Yu-Jie Lin diff --git a/util/shredder/shredder b/util/shredder/shredder index 61e6b1fd4..6f5736259 100755 --- a/util/shredder/shredder +++ b/util/shredder/shredder @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright (c) 2012 Fabio Comuni # Copyright (c) 2010, 2012 Yu-Jie Lin # |