Skip to content

Commit dfffc26

Browse files
ungeskriptetSebaUbuntu
authored andcommitted
AIK: Use /usr/bin/env for shebang
Improves compatibility for non-FHS systems. Signed-off-by: David Wronek <david.wronek@mainlining.org>
1 parent b13ea87 commit dfffc26

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

cleanup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
# AIK-Linux/cleanup: reset working directory
33
# osm0sis @ xda-developers
44

repackimg.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
# AIK-Linux/repackimg: repack ramdisk and build image
33
# osm0sis @ xda-developers
44

unpackimg.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
# AIK-Linux/unpackimg: split image and unpack ramdisk
33
# osm0sis @ xda-developers
44

0 commit comments

Comments
 (0)