mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-24 11:27:49 +00:00
chmod
This commit is contained in:
parent
ac30877a25
commit
8c344cf726
11
java/build/chmodx.sh
Executable file
11
java/build/chmodx.sh
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
#-------------------------------------------------------
|
||||
# Hack to allow chmodding in
|
||||
# a zippy.
|
||||
#
|
||||
# usage: chmod <fileToChmod>
|
||||
#
|
||||
#-------------------------------------------------------
|
||||
|
||||
chmod 775 $1
|
Loading…
x
Reference in New Issue
Block a user