make sure cp isn't an alias
This commit is contained in:
parent
0533c97afc
commit
614b0ad4e0
@ -1,4 +1,5 @@
|
|||||||
#!/bin/sh -e
|
#!/bin/sh -e
|
||||||
|
alias cp="$(which cp)"
|
||||||
SRC="$HOME"
|
SRC="$HOME"
|
||||||
DEST="$(pwd)"
|
DEST="$(pwd)"
|
||||||
[ "$(printf "Abort.\nContinue.\n" | dmenu -p "Copying from '$SRC' to '$DEST'. Continue?")" = "Continue." ] || exit
|
[ "$(printf "Abort.\nContinue.\n" | dmenu -p "Copying from '$SRC' to '$DEST'. Continue?")" = "Continue." ] || exit
|
||||||
|
Loading…
Reference in New Issue
Block a user